0ec3d15218
Fix ExtractDeclaration intention name in tests Fix ExtractDeclaration intention folder and description to avoid "not found Dir URL" exception
11 lines
229 B
Kotlin
Vendored
11 lines
229 B
Kotlin
Vendored
// "Safe delete 'Imported'" "false"
|
|
// ACTION: Create test
|
|
// ACTION: Extract 'Imported' from current file
|
|
// ACTION: Rename file to Imported.kt
|
|
import Imported as Alias
|
|
|
|
object <caret>Imported
|
|
|
|
fun use() {
|
|
Alias.hashCode()
|
|
} |