Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
qualifiedExpression
/
JavaQualifier.kt
blob: f686a8c31b973615abf1a2d1515c4ae7ce2f80cc [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// FILE: Owner.java
public
class
Owner
{
public
static
final
String
name
=
"Owner"
;
}
// FILE: Use.kt
val x
=
Owner
.
name
/* GENERATED_FIR_TAGS: javaProperty, propertyDeclaration */