FIR: Support DEBUG_INFO_CALL calls in tests

This commit is contained in:
Denis Zharkov
2020-04-08 17:03:06 +03:00
parent 22dc837e26
commit b62400124a
10 changed files with 201 additions and 11 deletions
@@ -16,7 +16,7 @@ sealed class FirSourceElement {
abstract val endOffset: Int
}
class FirPsiSourceElement<P : PsiElement>(val psi: P) : FirSourceElement() {
class FirPsiSourceElement<out P : PsiElement>(val psi: P) : FirSourceElement() {
override val elementType: IElementType
get() = psi.node.elementType