[AA LC] Add test for strange JVM identifiers

This commit is contained in:
Dmitriy Novozhilov
2022-09-20 14:05:28 +03:00
committed by Space Team
parent e7148daad2
commit d7cd2b72b0
3 changed files with 53 additions and 0 deletions
@@ -228,6 +228,12 @@ public class SymbolLightClassesByPsiForLibraryTestGenerated extends AbstractSymb
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/simpleFunctions.kt");
}
@Test
@TestMetadata("strangeIdentifiers.kt")
public void testStrangeIdentifiers() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/strangeIdentifiers.kt");
}
@Test
@TestMetadata("throwsAnnotation.kt")
public void testThrowsAnnotation() throws Exception {
@@ -228,6 +228,12 @@ public class SymbolLightClassesByPsiForSourceTestGenerated extends AbstractSymbo
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/simpleFunctions.kt");
}
@Test
@TestMetadata("strangeIdentifiers.kt")
public void testStrangeIdentifiers() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/strangeIdentifiers.kt");
}
@Test
@TestMetadata("throwsAnnotation.kt")
public void testThrowsAnnotation() throws Exception {