Files
kotlin-fork/idea/testData/quickfix/autoImports/beforeLibraryPropertyRuntime.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

8 lines
73 B
Kotlin

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