blob: b05483197edfff2a9463360472f73b654157debd [file] [log] [blame]
import Foundation
open class Sub : Base {
public override init() {
print("hi")
}
}