Add test for issue 2188

This commit is contained in:
xuwei-k 2026-05-24 17:46:18 +09:00
parent 5e4d2744a1
commit 9b05406485
1 changed files with 4 additions and 0 deletions

View File

@ -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")
}