// "Create property 'foo'" "true" // ERROR: Property must be initialized class Cyclic> val foo: Cyclic<*> fun test() { val c : Cyclic<*> = foo }