K1: add forgotten INFERRED_INTO_DECLARED_UPPER_BOUNDS for incorporation case
#KT-56169 Fixed
This commit is contained in:
committed by
Space Team
parent
ba2d896c01
commit
97bec59bc9
+1
-1
@@ -3,7 +3,7 @@
|
||||
// ISSUE: KT-50520
|
||||
|
||||
fun box(): String {
|
||||
buildList {
|
||||
<!INFERRED_INTO_DECLARED_UPPER_BOUNDS!>buildList<!> {
|
||||
val foo = { first() }
|
||||
add(0, foo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user