3dbae89cdd
^KTIJ-26003
11 lines
103 B
Kotlin
Vendored
11 lines
103 B
Kotlin
Vendored
open class Bar {
|
|
val foo: Int = 5
|
|
}
|
|
|
|
class Foo : Bar()
|
|
|
|
/**
|
|
* [Foo.<caret>foo]
|
|
*/
|
|
fun usage() {}
|