8 lines
121 B
Kotlin
Vendored
8 lines
121 B
Kotlin
Vendored
class <caret>A {
|
|
// INFO: {"checked": "true"}
|
|
val x = 1
|
|
// INFO: {"checked": "true"}
|
|
fun foo() {
|
|
|
|
}
|
|
} |