mirror of https://github.com/sbt/sbt.git
[2.x] test: Add test for issue 2188 (#9264)
This commit is contained in:
parent
5e4d2744a1
commit
9583a97e89
|
|
@ -168,4 +168,8 @@ object Assign {
|
|||
listTask := List(1)
|
||||
listTask += 1
|
||||
listTask += ak.value
|
||||
|
||||
trait HigherKind[B[_]]
|
||||
// https://github.com/sbt/sbt/issues/2188
|
||||
val issue2188 = settingKey[HigherKind[Option]]("asdf")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue