blob: 4e271d437345a5f5d85e8f9fb3794f2fe7c0802f [file] [log] [blame]
//ALLOW_AST_ACCESS
package test
class A {
companion object {
val some = 1
}
val other = some
}