FIR Java: add default constructors
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
public open class Inheritor : R|kotlin/Any|, R|Base| {
|
||||
public open operator fun getX(): R|kotlin/Int|
|
||||
|
||||
public constructor(): R|Inheritor|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user