// "Create member function 'A.foo'" "true" class A(val n: T) fun A.test(): A { return this.foo(2, "2") }