// "Create property 'foo'" "true" // ERROR: Property must be initialized val foo: String fun test() { println("a = $foo") }