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