ba0efda2f0
#KT-10196 Fixed
7 lines
86 B
Plaintext
Vendored
7 lines
86 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class A(val x: String)
|
|
|
|
fun foo(a: A) {
|
|
a.x.substringAfter('x')
|
|
} |