89180e2650
#KT-33771 Fixed
9 lines
133 B
Plaintext
Vendored
9 lines
133 B
Plaintext
Vendored
class Foo : Bar() {
|
|
fun test(): String {
|
|
return bar
|
|
}
|
|
|
|
companion object {
|
|
val bar: String = "bar"
|
|
}
|
|
} |