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 val <caret>foo: String = ""
|
|
}
|
|
|
|
trait Z {
|
|
public val foo: String
|
|
} |