class X(val k: Int) fun X.foo(n: Int): Boolean { return this.k > n }