blob: 30f521909f6e62979f1367abc6f53721468836d0 [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -parse-as-library -verify %s
@main // expected-error{{generic 'main' types are not supported}}
class MyBase<T> {
static func main() {
}
}