[FIR] Fix Disappeared INVALID_CHARACTERS
^KT-59996 Fixed
This commit is contained in:
committed by
Space Team
parent
50fdc2128f
commit
8e4a6759a4
+6
@@ -790,6 +790,12 @@ public class FirPsiJsOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiJ
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameWithoutParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("legalPackageName.kt")
|
||||
public void testLegalPackageName() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/legalPackageName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodAndMethod.kt")
|
||||
public void testMethodAndMethod() throws Exception {
|
||||
|
||||
Generated
+6
@@ -790,6 +790,12 @@ public class DiagnosticsWithJsStdLibTestGenerated extends AbstractDiagnosticsTes
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameWithoutParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("legalPackageName.kt")
|
||||
public void testLegalPackageName() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/legalPackageName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodAndMethod.kt")
|
||||
public void testMethodAndMethod() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user