FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FILE: Derived.kt
|
||||
public final class Derived : R|Some| {
|
||||
public constructor(): super<R|Some|>()
|
||||
public constructor(): R|Derived| {
|
||||
super<R|Some|>()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user