cd6b6e4934
Conflicts: idea/src/org/jetbrains/jet/plugin/refactoring/safeDelete/KotlinSafeDeleteProcessor.java
11 lines
66 B
Kotlin
11 lines
66 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
|
|
class B {
|
|
|
|
} |