6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
class Inheritor : Base() {
|
|
init {
|
|
fooBa<caret>
|
|
}
|
|
} |