blob: b23745e943906bda89d4e82337f5005d5b8dc8d9 [file] [log] [blame]
class A {
init(foo: Int) { }
init(other: Int) { }
}
class B<T>: A { }