cd6b6e4934
Conflicts: idea/src/org/jetbrains/jet/plugin/refactoring/safeDelete/KotlinSafeDeleteProcessor.java
9 lines
75 B
Kotlin
9 lines
75 B
Kotlin
class A {
|
|
public fun <caret>foo() {
|
|
|
|
}
|
|
}
|
|
|
|
trait Z {
|
|
fun foo()
|
|
} |