// "Create property 'foo'" "true" // ERROR: Property must be initialized package foo val foo: Int fun test(): Int { return foo }