[NI] Use same ResolvedCall when run completion
It is necessary, because some clients store this ResolvedCall to other places, for example for get call it stored to INDEXED_LVALUE_GET
This commit is contained in:
@@ -17078,6 +17078,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("resolvedCallForGetOperator.kt")
|
||||
public void testResolvedCallForGetOperator() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/resolvedCallForGetOperator.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("supertypeDepth.kt")
|
||||
public void testSupertypeDepth() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/supertypeDepth.kt");
|
||||
|
||||
Reference in New Issue
Block a user