blob: d62fe8489a02c04c0253c6c1de5fa21864bd6c7c [file] [log] [blame]
// WITH_RUNTIME
class A(val x: String)
fun foo(a: A) {
a.x.substringBefore('x')
}