ec30d52978
Extensions on nullable types remain in Library.kt #KT-1741 Obsolete #KT-2805 Obsolete #KT-1365 Fixed #KT-4517 In Progress
8 lines
147 B
Kotlin
8 lines
147 B
Kotlin
class Test {
|
|
fun test() {
|
|
val some : <caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: Any, Nothing, Unit, Int, Number, Array
|
|
// EXIST_JAVA_ONLY: Math, Thread |