FIR: Fix resolution of type parameter in ext property receiver
Also cleanup FirTypeResolveTransformer
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6bca2d1045
commit
1c6490a1be
@@ -0,0 +1 @@
|
||||
val <T: Any> T.self: T get() = this
|
||||
@@ -0,0 +1,5 @@
|
||||
FILE: typeParameterInPropertyReceiver.kt
|
||||
<T : R|kotlin/Any|> public? final? property self R|T|.(val): R|T|
|
||||
public? get(): R|error: Not supported: FirImplicitTypeImpl| {
|
||||
STUB
|
||||
}
|
||||
Reference in New Issue
Block a user