JVM_IR KT-44744 check accessibility of enum entry 'this'
This commit is contained in:
committed by
TeamCityServer
parent
14cb762133
commit
e630e00e99
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -10321,6 +10321,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+10
@@ -9778,6 +9778,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Generated
+10
@@ -9778,6 +9778,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -4797,6 +4797,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
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