[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
@@ -31,6 +31,12 @@ public class FirPsiJsOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiJ
runTest("compiler/testData/diagnostics/testsWithJsStdLib/dynamicUnresolved.kt");
}
@Test
@TestMetadata("externalInterfaceClassLiteral.kt")
public void testExternalInterfaceClassLiteral() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/externalInterfaceClassLiteral.kt");
}
@Test
@TestMetadata("funConstructorCallJS.kt")
public void testFunConstructorCallJS() throws Exception {