FIR: add fake source fir element to it parameter symbol

This commit is contained in:
Ilya Kirillov
2020-12-15 20:26:23 +01:00
parent af0e8b28d5
commit a30d9e0ed3
4 changed files with 9 additions and 3 deletions
@@ -157,6 +157,10 @@ sealed class FirFakeSourceElementKind : FirSourceElementKind() {
// Part of desugared x?.y
object CheckedSafeCallSubject : FirFakeSourceElementKind()
// { it + 1} --> { it -> it + 1 }
// where `it` parameter declaration has fake source
object ItLambdaParameter : FirFakeSourceElementKind()
}
sealed class FirSourceElement {