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