blob: 235775bc2f06b889fdb9296fc9635c7e8256a435 [file] [log] [blame]
class FooImpl : Foo {
override fun <T : Any?> baz(foo: T) = Unit
}