mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
201 B
Swift
6 lines
201 B
Swift
// {"kind":"typecheck","original":"679d3d53","signature":"(anonymous namespace)::PrintAST::visit(swift::Decl*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
extension () {
|
|
class let a
|
|
}
|