[FIR] Add deserialization of inheritors of sealed classes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class Inheritor3 : SealedClass()
|
||||
|
||||
sealed class SealedClass {
|
||||
class Inheritor1 : SealedClass()
|
||||
}
|
||||
|
||||
class Inheritor2 : SealedClass()
|
||||
Reference in New Issue
Block a user