cd1ca92f74
Obsolete issue. #KT-53 Fixed
6 lines
77 B
Kotlin
6 lines
77 B
Kotlin
val <T, E> T.foo : E?
|
|
get() = null
|
|
|
|
fun test(): Int? {
|
|
return 1.foo
|
|
} |