Files
kotlin-fork/idea/testData/quickfix/autoImports/afterLibraryPropertyRuntime.kt
T
Valentin Kipyatkov ae9eb19f39 Auto-import popup to import global properties
#KT-4541 Fixed
 #KT-3097 Fixed
2014-08-27 19:07:38 +04:00

10 lines
106 B
Kotlin

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