9 lines
186 B
Kotlin
Vendored
9 lines
186 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
|
|
|
fun test() {
|
|
<!UNRESOLVED_REFERENCE!>"a"."b"::foo<!>
|
|
"a"."b"::class
|
|
<!UNRESOLVED_REFERENCE!>"a"."b"."c"::foo<!>
|
|
"a"."b"."c"::class
|
|
}
|