0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
7 lines
100 B
Kotlin
7 lines
100 B
Kotlin
open class A {
|
|
public open var <caret>foo: String = ""
|
|
}
|
|
|
|
trait Z {
|
|
public var foo: String
|
|
} |