FIR IDE: Add more correct importing of the callables
Now we use scopes to decide if the callable really needs to be inserted
This commit is contained in:
+5
@@ -79,6 +79,11 @@ public class PerformanceBasicCompletionHandlerTestGenerated extends AbstractPerf
|
||||
runTest("idea/idea-completion/testData/handlers/basic/ExtensionFunctionTypeVariable2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ExtensionPropertyFromSameFile.kt")
|
||||
public void testExtensionPropertyFromSameFile() throws Exception {
|
||||
runTest("idea/idea-completion/testData/handlers/basic/ExtensionPropertyFromSameFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ExtensionReceiverTypeArg.kt")
|
||||
public void testExtensionReceiverTypeArg() throws Exception {
|
||||
runTest("idea/idea-completion/testData/handlers/basic/ExtensionReceiverTypeArg.kt");
|
||||
|
||||
Reference in New Issue
Block a user