Add KClass.sealedSubclasses to get direct subclasses of sealed class
#KT-14657 Fixed
This commit is contained in:
committed by
Ilya Gorbunov
parent
1b1713a849
commit
cbc92bc9a1
+5
@@ -17844,6 +17844,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sealedSubclasses.kt")
|
||||
public void testSealedSubclasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/sealedSubclasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjectedType.kt")
|
||||
public void testStarProjectedType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/starProjectedType.kt");
|
||||
|
||||
Reference in New Issue
Block a user