8988b4b344
Relates to #KT-31502
7 lines
78 B
Plaintext
Vendored
7 lines
78 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class A(val x: String)
|
|
|
|
fun foo(a: A) {
|
|
a.x.dropLast(5)
|
|
} |