[LL FIR] run lazy resolve tests by caret

To test production resolveToFirSymbol entry point

^KT-57850
This commit is contained in:
Dmitrii Gridin
2023-04-20 14:14:11 +02:00
committed by Space Team
parent 6b3e49e824
commit 3394097f47
86 changed files with 1517 additions and 222 deletions
@@ -1,4 +1,4 @@
private val resolveMe: A = null = <expr>object : A<Int> {
private val resolve<caret>Me: A = null = <expr>object : A<Int> {
override fun x() {}
}</expr>