4 lines
77 B
Plaintext
Vendored
4 lines
77 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(thread: Thread) {
|
|
thread.<caret>isDaemon = true
|
|
} |