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

10 lines
106 B
Plaintext
Vendored

// "Import" "true"
package test
import kotlin.concurrent.currentThread
fun foo() {
currentThread
}