blob: e38fe00d3808c60d7fd725822c793738db01b5f0 [file] [log] [blame]
open class Foo
class Bar : Foo()
fun Foo.first() {
}
fun Bar.second() {
}