0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
9 lines
75 B
Kotlin
9 lines
75 B
Kotlin
class A {
|
|
public fun <caret>foo() {
|
|
|
|
}
|
|
}
|
|
|
|
trait Z {
|
|
fun foo()
|
|
} |