blob: 67d46b4b8d3a868b264748bbee444217bafa48c1 [file] [log] [blame]
// WITH_RUNTIME
fun foo(thread: Thread) {
thread.name = "<name>"
}