0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
9 lines
102 B
Kotlin
Vendored
9 lines
102 B
Kotlin
Vendored
class C {
|
|
val <caret>foo: String
|
|
get() {
|
|
return "foo"
|
|
}
|
|
}
|
|
|
|
class B {
|
|
} |