K2: drop TypeParameterAsCallable check for reified in ::class

Related to KT-63377
This commit is contained in:
Mikhail Glukhikh
2023-11-23 15:11:27 +01:00
committed by Space Team
parent 83cfcc30c6
commit e391e68ea3
8 changed files with 34 additions and 24 deletions
@@ -12,7 +12,7 @@ FILE: memberTypeParameterVsNestedClass2.fir.kt
}
public final inline fun <reified T> foo(): R|kotlin/Unit| {
<getClass>(Q|Outer.T|)
<getClass>(R|T|)
lval x: R|T?| = Null(null)
lval y: R|T?| = R|/Outer.T.T<CS errors: /Outer.T.T>#|()
}