[FIR/AA decompiler] Add tests for sealed interfaces
^KT-62895
This commit is contained in:
committed by
Space Team
parent
7c8aff963f
commit
5797b4877c
Generated
+6
@@ -722,6 +722,12 @@ public class FirLoadK2CompiledJsKotlinTestGenerated extends AbstractFirLoadK2Com
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SealedInterface.kt")
|
||||
public void testSealedInterface() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledKotlin/class/SealedInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleAbstractMethod.kt")
|
||||
public void testSingleAbstractMethod() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user