0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
11 lines
76 B
Kotlin
11 lines
76 B
Kotlin
package test
|
|
|
|
import test.A
|
|
|
|
object <caret>A {
|
|
|
|
}
|
|
|
|
class B {
|
|
val x = A
|
|
} |