blob: 59d7e0c06ecd3caf22534cb2ed56ae04e13dadde [file] [log] [blame]
class Sub: Super {
override func bar<T>(_: Into<T>) { }
func wibble() { }
}