6 lines
114 B
Kotlin
Vendored
6 lines
114 B
Kotlin
Vendored
class <caret>B: A() {
|
|
// INFO: {"checked": "true"}
|
|
private fun foo(): Int = 1
|
|
|
|
fun bar() = foo() + 1
|
|
} |