3d8d92c7d3
- test data files renamed from *.jet to *.kt
10 lines
127 B
Kotlin
10 lines
127 B
Kotlin
fun fooT22<T>() : T? {
|
|
return null
|
|
}
|
|
|
|
fun foo1() {
|
|
<!TYPE_INFERENCE_FAILED!>fooT22()<!>
|
|
}
|
|
|
|
val n : Nothing = null.sure()
|