JVM_IR KT-44744 check accessibility of enum entry 'this'
This commit is contained in:
committed by
TeamCityServer
parent
14cb762133
commit
e630e00e99
+10
@@ -11553,6 +11553,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/enum/kt38996.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44744.kt")
|
||||
public void testKt44744() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt44744.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44744_innerClass.kt")
|
||||
public void testKt44744_innerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt7257.kt")
|
||||
public void testKt7257() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt7257.kt");
|
||||
|
||||
Reference in New Issue
Block a user