fun foo(n: Int): Int = 1 class A(val n: Int) fun A.bar(n: Int): Int { return foo(n) + this.n }