ae9eb19f39
#KT-4541 Fixed #KT-3097 Fixed
10 lines
106 B
Kotlin
10 lines
106 B
Kotlin
// "Import" "true"
|
|
|
|
package test
|
|
|
|
import kotlin.concurrent.currentThread
|
|
|
|
fun foo() {
|
|
currentThread
|
|
}
|