FIR: make rendering of type parameters similar to original Kotlin

This commit is contained in:
Mikhail Glukhikh
2019-04-09 15:32:59 +03:00
parent 0c334163ab
commit 568e831651
178 changed files with 278 additions and 269 deletions
@@ -1,7 +1,7 @@
<A> public final class ClassParamReferencesSelf : R|kotlin/Any| {
public final class ClassParamReferencesSelf<A> : R|kotlin/Any| {
public constructor(): R|test/ClassParamReferencesSelf<A>|
}
<P> public abstract interface TraitWithP : R|kotlin/Any| {
public abstract interface TraitWithP<P> : R|kotlin/Any| {
}