JVM_IR. Deprecate public access to @JvmField/const fields in private companions

#KT-25009
This commit is contained in:
Mikhael Bogdanov
2020-10-29 09:25:43 +01:00
parent 57c9afc73a
commit 5804f73ebd
11 changed files with 134 additions and 18 deletions
@@ -84,6 +84,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
runTest("compiler/testData/codegen/bytecodeListing/immutableCollection.kt");
}
@TestMetadata("javaDeprecated.kt")
public void testJavaDeprecated() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/javaDeprecated.kt");
}
@TestMetadata("jvmOverloadsAndParametersAnnotations.kt")
public void testJvmOverloadsAndParametersAnnotations() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt");
@@ -84,6 +84,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
runTest("compiler/testData/codegen/bytecodeListing/immutableCollection.kt");
}
@TestMetadata("javaDeprecated.kt")
public void testJavaDeprecated() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/javaDeprecated.kt");
}
@TestMetadata("jvmOverloadsAndParametersAnnotations.kt")
public void testJvmOverloadsAndParametersAnnotations() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/jvmOverloadsAndParametersAnnotations.kt");