K2: drop TypeParameterAsCallable check for reified in ::class
Related to KT-63377
This commit is contained in:
committed by
Space Team
parent
83cfcc30c6
commit
e391e68ea3
Vendored
+1
-1
@@ -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>#|()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user