blob: 2a8933133811a88ae1b92f03c90749a3d36b2e13 [file] [log] [blame]
// ERROR: The expression cannot be a selector (occur after a dot)
class JavaClass {
var v = ""
fun m(s: String) {
s.this.v.
}
}