JVM_IR KT-32115 fix $$delegatedProperties initialization in enum
This commit is contained in:
committed by
TeamCityServer
parent
3e3ffee2a0
commit
7fa04afda2
+5
@@ -9957,6 +9957,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class DelegatedProperty extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("delegatedPropertyInEnum.kt")
|
||||
public void ignoreDelegatedPropertyInEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegatedPropertyInEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericDelegateUncheckedCast2.kt")
|
||||
public void ignoreGenericDelegateUncheckedCast2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/genericDelegateUncheckedCast2.kt");
|
||||
|
||||
Reference in New Issue
Block a user