// "Create function 'foo'" "false" // ACTION: Replace with infix function call // ACTION: Split property declaration // ERROR: Unresolved reference: foo class A(val n: T) fun test() { val a: Int = A.foo(2) }