[FIR JS] KT-57822: Don't report the diagnostic for non-qualifiers

^KT-57822 Fixed
This commit is contained in:
Nikolay Lunyak
2023-04-07 15:32:26 +03:00
committed by Space Team
parent 375116dcf5
commit 077f49f33b
4 changed files with 26 additions and 0 deletions
@@ -0,0 +1,10 @@
// FIR_IDENTICAL
// ISSUE: KT-57822
external interface Foo
fun bar() {
foo()::class.simpleName
}
external fun foo(): Foo