FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
Vendored
+1
-1
@@ -3,6 +3,6 @@ public open class DifferentGetterAndSetter : R|kotlin/Any| {
|
||||
|
||||
public open fun setSomething(p0: R|kotlin/String|?): R|kotlin/Unit|
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/DifferentGetterAndSetter|
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
public open class JavaBeanVal : R|kotlin/Any| {
|
||||
public open fun getColor(): R|kotlin/String|?
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/JavaBeanVal|
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,6 +3,6 @@ public open class JavaBeanVar : R|kotlin/Any| {
|
||||
|
||||
public open fun setColor(p0: R|kotlin/String|?): R|kotlin/Unit|
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/JavaBeanVar|
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -3,6 +3,6 @@
|
||||
|
||||
public open fun setCharacters(p0: R|java/util/ArrayList<P>|?): R|kotlin/Unit|
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/JavaBeanVarOfGenericType<P>|
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,6 +3,6 @@ public open class TwoSetters : R|kotlin/Any| {
|
||||
|
||||
public open fun setSize(p0: R|kotlin/String|?): R|kotlin/Unit|
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/TwoSetters|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user