blob: 4a61250355fd0bef5cfef379c73abd24bcc72fb8 [file] [log] [blame]
class A {
val str: String = TODO()
fun f() {
str.length
}
}