TYPE_INFERENCE_FAILED changed in tests
to concrete type inference error
This commit is contained in:
@@ -3,7 +3,7 @@ fun fooT22<T>() : T? {
|
||||
}
|
||||
|
||||
fun foo1() {
|
||||
<!TYPE_INFERENCE_FAILED!>fooT22()<!>
|
||||
<!TYPE_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>fooT22<!>()
|
||||
}
|
||||
|
||||
val n : Nothing = null.sure()
|
||||
val n : Nothing = null.sure()
|
||||
Reference in New Issue
Block a user