[FIR JS] KT-57822: Don't report the diagnostic for non-qualifiers
^KT-57822 Fixed
This commit is contained in:
committed by
Space Team
parent
375116dcf5
commit
077f49f33b
+10
@@ -0,0 +1,10 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-57822
|
||||
|
||||
external interface Foo
|
||||
|
||||
fun bar() {
|
||||
foo()::class.simpleName
|
||||
}
|
||||
|
||||
external fun foo(): Foo
|
||||
Reference in New Issue
Block a user