FIR: Do not build synthetic property named with first capital character

This commit is contained in:
Denis.Zharkov
2021-08-13 18:59:20 +03:00
parent c3a327e118
commit a0553f4dfd
6 changed files with 54 additions and 0 deletions
@@ -33454,6 +33454,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/syntheticExtensions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("firstCapitalizedProperty.kt")
public void testFirstCapitalizedProperty() throws Exception {
runTest("compiler/testData/codegen/box/syntheticExtensions/firstCapitalizedProperty.kt");
}
@TestMetadata("fromTwoBases.kt")
public void testFromTwoBases() throws Exception {
runTest("compiler/testData/codegen/box/syntheticExtensions/fromTwoBases.kt");