[2.x] test: Add test for issue 2188 (#9264)

This commit is contained in:
kenji yoshida 2026-05-25 05:46:07 +09:00 committed by GitHub
parent 5e4d2744a1
commit 9583a97e89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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")
}