[LL FIR] render type parameters resolve phase in tests

This commit is contained in:
Ilya Kirillov
2022-08-06 15:52:19 +02:00
parent cd063d0cd0
commit 0f6f901179
15 changed files with 401 additions and 29 deletions
@@ -1,4 +1,4 @@
public final inner [BODY_RESOLVE] class ONAIR<T> : R|X.BASE| {
public final inner [BODY_RESOLVE] class ONAIR<[RAW_FIR] T> : R|X.BASE| {
public [BODY_RESOLVE] X<T>.constructor(): R|X.ONAIR<T>| {
super<R|X.BASE|>()
}
@@ -1,3 +1,3 @@
public final [BODY_RESOLVE] fun <K> niewbe([BODY_RESOLVE] a: R|kotlin/Char|, [BODY_RESOLVE] b: R|kotlin/Double|): R|kotlin/String| {
public final [BODY_RESOLVE] fun <[BODY_RESOLVE] K> niewbe([BODY_RESOLVE] a: R|kotlin/Char|, [BODY_RESOLVE] b: R|kotlin/Double|): R|kotlin/String| {
^niewbe String(Trololo)
}