mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
327 B
Swift
4 lines
327 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::AssignmentFailure::diagnoseAsError()","signatureAssert":"Assertion failed: (!baseName.isSpecial() && \"Can't retrieve the identifier of a special base name\"), function getBaseIdentifier"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
class a let _ a.init = 0
|