0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
9 lines
84 B
Kotlin
9 lines
84 B
Kotlin
package test
|
|
|
|
import test.foo
|
|
|
|
val <caret>foo = "foo"
|
|
|
|
class B {
|
|
val ref = foo
|
|
} |