blob: 4c07e1e57e2d2f65e10ffa790d26975a5358e99e [file] [log] [blame]
open class Foo<T>
class Bar<T> : Foo<T>()
fun <T> Foo<T>.first() {
}
fun <T> Bar<T>.second() {
}