[FIR] Add deserialization of inheritors of sealed classes
This commit is contained in:
@@ -2381,6 +2381,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SingleAbstractMethod.kt")
|
||||
public void testSingleAbstractMethod() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
||||
|
||||
Generated
+5
@@ -690,6 +690,11 @@ public class LoadKotlinWithTypeTableTestGenerated extends AbstractLoadKotlinWith
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SingleAbstractMethod.kt")
|
||||
public void testSingleAbstractMethod() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
||||
|
||||
+5
@@ -2381,6 +2381,11 @@ public class IrLoadJavaTestGenerated extends AbstractIrLoadJavaTest {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SingleAbstractMethod.kt")
|
||||
public void testSingleAbstractMethod() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
||||
|
||||
Generated
+5
@@ -2381,6 +2381,11 @@ public class LoadJavaUsingJavacTestGenerated extends AbstractLoadJavaUsingJavacT
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/RecursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SingleAbstractMethod.kt")
|
||||
public void testSingleAbstractMethod() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SingleAbstractMethod.kt");
|
||||
|
||||
Reference in New Issue
Block a user