[decompiler] ensure names starting with numbers are escaped

^ KTIJ-25985
This commit is contained in:
Anna Kozlova
2023-06-22 19:05:49 +02:00
committed by teamcity
parent 60f09f6512
commit 137f8b7c70
5 changed files with 32 additions and 1 deletions
@@ -246,6 +246,12 @@ public class ByDecompiledPsiStubBuilderTestGenerated extends AbstractByDecompile
runTest("analysis/decompiled/decompiler-to-file-stubs/testData/clsFileStubBuilder/SecondaryConstructors/");
}
@Test
@TestMetadata("SpecialNames")
public void testSpecialNames() throws Exception {
runTest("analysis/decompiled/decompiler-to-file-stubs/testData/clsFileStubBuilder/SpecialNames/");
}
@Test
@TestMetadata("SuspendLambda")
public void testSuspendLambda() throws Exception {