FIR: add class type parameters to constructors & change their rendering
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
public final annotation class Anno : R|kotlin/Annotation| {
|
||||
public constructor()
|
||||
public constructor(): R|test/Anno|
|
||||
|
||||
}
|
||||
|
||||
public final class X : R|kotlin/Any| {
|
||||
public constructor()
|
||||
public constructor(): R|test/X|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user