[FIR] Implement ILLEGAL_SELECTOR
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
||||
|
||||
fun test() {
|
||||
"a"."b"::<!UNRESOLVED_REFERENCE!>foo<!>
|
||||
"a"."b"::class
|
||||
"a"."b"."c"::<!UNRESOLVED_REFERENCE!>foo<!>
|
||||
"a"."b"."c"::class
|
||||
"a".<!ILLEGAL_SELECTOR!>"b"<!>::<!UNRESOLVED_REFERENCE!>foo<!>
|
||||
"a".<!ILLEGAL_SELECTOR!>"b"<!>::class
|
||||
"a"."b".<!ILLEGAL_SELECTOR!>"c"<!>::<!UNRESOLVED_REFERENCE!>foo<!>
|
||||
"a"."b".<!ILLEGAL_SELECTOR!>"c"<!>::class
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user