76c9bbc06d
#KT-10587 Fixed
5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class C: Thread() {
|
|
fun foo(n: String) = setName(n)<caret>
|
|
}
|