Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryPropertyRuntime.kt
T

8 lines
73 B
Kotlin
Vendored

// "Import" "true"
package test
fun foo() {
<caret>currentThread
}