#KT-19924: Fix usability issue with extract declaration from file intention
Fix ExtractDeclaration intention name in tests Fix ExtractDeclaration intention folder and description to avoid "not found Dir URL" exception
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Safe delete 'Imported'" "false"
|
||||
// ACTION: Create test
|
||||
// ACTION: Move 'ImportedClass' to separate file
|
||||
// ACTION: Extract 'ImportedClass' from current file
|
||||
// ACTION: Rename file to ImportedClass.kt
|
||||
import ImportedClass as ClassAlias
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// "Safe delete 'Imported'" "false"
|
||||
// ACTION: Create test
|
||||
// ACTION: Move 'Imported' to separate file
|
||||
// ACTION: Extract 'Imported' from current file
|
||||
// ACTION: Rename file to Imported.kt
|
||||
import Imported as Alias
|
||||
|
||||
|
||||
Reference in New Issue
Block a user