FIR: Fix resolution of type parameter in ext property receiver

Also cleanup FirTypeResolveTransformer
This commit is contained in:
Simon Ogorodnik
2018-04-11 20:30:02 +03:00
committed by Mikhail Glukhikh
parent 6bca2d1045
commit 1c6490a1be
6 changed files with 67 additions and 64 deletions
@@ -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
}