[LL FIR] run lazy resolve tests by caret
To test production resolveToFirSymbol entry point ^KT-57850
This commit is contained in:
committed by
Space Team
parent
6b3e49e824
commit
3394097f47
@@ -8,6 +8,6 @@ fun interface Foo {
|
||||
|
||||
fun testMe(f: Foo) {}
|
||||
|
||||
fun resolveMe() {
|
||||
fun resolve<caret>Me() {
|
||||
testMe { b -> b }
|
||||
}
|
||||
Reference in New Issue
Block a user