blob: 78c9d70c06cddf4337b23ffd7d0fd69d7945cf3c [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// http://youtrack.jetbrains.net/issue/KT-20
class A() {
val x = 1
companion object {
val y = <!UNRESOLVED_REFERENCE!>x<!>
}
}
/* GENERATED_FIR_TAGS: classDeclaration, companionObject, integerLiteral, objectDeclaration, primaryConstructor,
propertyDeclaration */