6 lines
104 B
Kotlin
6 lines
104 B
Kotlin
fun foo() {
|
|
class C {
|
|
<error>val x</error> = 1
|
|
<error>fun getX()</error> = 1
|
|
}
|
|
} |