0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
11 lines
66 B
Kotlin
11 lines
66 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
|
|
class B {
|
|
|
|
} |