blob: 14b52288747e5e9977a951afb47df89fd60ceea8 [file]
//ALLOW_AST_ACCESS
package test
class A {
companion object {
val some = { 1 }()
}
val other = some
}