val x1: Int class X(val x: Int) fun X.foo(x: Int): Boolean { return this.x + x > x1 }