38a42bdb79
Built-in top-level functions are located in jet.namespace class. JetStandardClasses.isStandardClass() now checks that a given fqName starts with "jet.", instead of searching it in the standard scope, to prevent this kind of errors in the future
4 lines
42 B
Kotlin
4 lines
42 B
Kotlin
fun <T> foo() {
|
|
T.<caret>toString()
|
|
}
|