blob: ccb8936627ded88d2cbc104e120a0455b28ab5fa [file]
fun bar() {
val x = A().x
val foo = A().foo()
val y = A.y
val bar = A.bar()
val baz = baz()
}