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