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