mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
355 B
Swift
6 lines
355 B
Swift
// {"kind":"typecheck","original":"3a2652c9","signature":"(anonymous namespace)::OpaqueUnderlyingTypeChecker::check()","signatureAssert":"Assertion failed: (!UniqueUnderlyingType.has_value() && \"resetting underlying type?!\"), function setUniqueUnderlyingTypeSubstitutions"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
var a: some Any = 0.0 {
|
|
0
|
|
}
|