blob: c35a7e6f94489218c2b8e8beafc7efa3bcade684 [file] [log] [blame]
// WITH_RUNTIME
fun Thread.foo() {
setName("name")<caret>
}