8 lines
73 B
Kotlin
Vendored
8 lines
73 B
Kotlin
Vendored
// "Import" "true"
|
|
|
|
package test
|
|
|
|
fun foo() {
|
|
<caret>currentThread
|
|
}
|