10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
// "Import" "true"
|
|
|
|
package test
|
|
|
|
import kotlin.concurrent.currentThread
|
|
|
|
fun foo() {
|
|
currentThread
|
|
}
|