[FIR] errorInLazyResolve: fix typo

This commit is contained in:
Dmitrii Gridin
2023-05-19 15:30:07 +02:00
parent fb900d2e2a
commit 579df97a7c
@@ -29,7 +29,7 @@ internal fun FirBasedSymbol<*>.errorInLazyResolve(name: String, actualClass: KCl
).renderElementAsString(fir),
)
withAttachment("FirBasedSymbol.txt", this::class.simpleName)
withAttachment("FirBasedSymbol.txt", this@errorInLazyResolve::class.simpleName)
withAttachment("KtSourceElementKind.txt", fir.source?.kind?.let { it::class.simpleName })
withPsiAttachment("PsiElement.txt", fir.psi)
}