blob: 51f85fe5da9e0696cb21df808cd70565ecb22ddb [file] [log] [blame]
// WITH_RUNTIME
fun foo(thread: Thread) {
thread.<caret>isDaemon = true
}