FIR Java: add default constructors
This commit is contained in:
+2
@@ -1,2 +1,4 @@
|
||||
public open class RawSuperType : R|kotlin/Any| {
|
||||
public constructor(): R|test/RawSuperType|
|
||||
|
||||
}
|
||||
|
||||
+2
@@ -1,2 +1,4 @@
|
||||
public open class RawSuperTypeWithBound : R|kotlin/Any| {
|
||||
public constructor(): R|test/RawSuperTypeWithBound|
|
||||
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,2 +1,4 @@
|
||||
public open class RawSuperTypeWithRecursiveBound : R|kotlin/Any| {
|
||||
public constructor(): R|test/RawSuperTypeWithRecursiveBound|
|
||||
|
||||
}
|
||||
|
||||
+2
@@ -1,2 +1,4 @@
|
||||
public open class RawSuperTypeWithRecursiveBoundMultipleParameters : R|kotlin/Any| {
|
||||
public constructor(): R|test/RawSuperTypeWithRecursiveBoundMultipleParameters|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user