From 8396e17c52f787d0ec75e887136ee5d7b386fa94 Mon Sep 17 00:00:00 2001 From: Roman Golyshev Date: Tue, 2 Mar 2021 17:41:45 +0300 Subject: [PATCH] Improve test data (to avoid clash with stdlib) --- .../testData/handlers/multifile/ExtensionPropertyImport-1.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-completion/testData/handlers/multifile/ExtensionPropertyImport-1.kt b/idea/idea-completion/testData/handlers/multifile/ExtensionPropertyImport-1.kt index 619eee40afc..89133cde43b 100644 --- a/idea/idea-completion/testData/handlers/multifile/ExtensionPropertyImport-1.kt +++ b/idea/idea-completion/testData/handlers/multifile/ExtensionPropertyImport-1.kt @@ -1,5 +1,5 @@ package first fun foo() { - "".ext + "".extensi } \ No newline at end of file