0ec3d15218
Fix ExtractDeclaration intention name in tests Fix ExtractDeclaration intention folder and description to avoid "not found Dir URL" exception
13 lines
120 B
Plaintext
13 lines
120 B
Plaintext
// File: foo/bar/myFile.kt
|
|
package foo.bar2
|
|
|
|
fun test() {
|
|
|
|
}
|
|
|
|
// File: foo/bar/test.kt
|
|
package foo.bar2
|
|
|
|
class Test {
|
|
|
|
} |