FIR deserializer: read nullability & add constructors
This commit is contained in:
+6
@@ -1,8 +1,14 @@
|
||||
public final class Outer : R|kotlin/Any| {
|
||||
public constructor()
|
||||
|
||||
public open class Nested1 : R|kotlin/Any| {
|
||||
public constructor()
|
||||
|
||||
}
|
||||
|
||||
public final class Nested2 : R|test/Outer.Nested1| {
|
||||
public constructor()
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user