10 lines
139 B
Plaintext
Vendored
10 lines
139 B
Plaintext
Vendored
fun foo(r: Runnable){}
|
|
|
|
fun bar(){
|
|
foo(Thread.currentThread())<caret>
|
|
}
|
|
|
|
|
|
// INVOCATION_COUNT: 2
|
|
// ELEMENT_TEXT: Thread.currentThread
|