[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
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user