added annotations for Collections and Arrays
This commit is contained in:
@@ -8,6 +8,6 @@ fun test() {
|
||||
//here possibly can be a cycle on constraints
|
||||
val <!UNUSED_VARIABLE!>x<!> = g { Collections.<!TYPE_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>emptyList<!>() }
|
||||
|
||||
val <!UNUSED_VARIABLE!>y<!> = g<Int> { Collections.emptyList()!! }
|
||||
val <!UNUSED_VARIABLE!>z<!> : List<Int> = g { Collections.emptyList()!! }
|
||||
val <!UNUSED_VARIABLE!>y<!> = g<Int> { Collections.emptyList() }
|
||||
val <!UNUSED_VARIABLE!>z<!> : List<Int> = g { Collections.emptyList() }
|
||||
}
|
||||
Reference in New Issue
Block a user