FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
<T> public open class Base : R|kotlin/Any| {
|
||||
public final fun foo(): R|T|
|
||||
|
||||
public constructor()
|
||||
public constructor(): R|test/Base<T>|
|
||||
|
||||
}
|
||||
|
||||
public final class Inh : R|test/Base<kotlin/String>| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Inh|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user