6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
fun foo(thread: Thread) {
|
|
thread.get<caret>
|
|
}
|
|
|
|
// EXIST_JAVA_ONLY: getPriority
|