FIR Java: add default constructors
This commit is contained in:
Vendored
+2
@@ -1,2 +1,4 @@
|
||||
public open class ProtectedPackageConstructor : R|kotlin/Any| {
|
||||
public constructor(): R|test/ProtectedPackageConstructor|
|
||||
|
||||
}
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
public open class ProtectedPackageFun : R|kotlin/Any| {
|
||||
protected/*protected and package*/ open operator fun foo(): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ProtectedPackageFun|
|
||||
|
||||
}
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
public open class ProtectedPackageProperty : R|kotlin/Any| {
|
||||
protected/*protected and package*/ open field foo: R|kotlin/Int|
|
||||
|
||||
public constructor(): R|test/ProtectedPackageProperty|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user