blob: 610dab1167f4ecf904a5592a19a032b4e50e8ece [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s
{
static func ??= (lhs: inout Optional, rhs: Optional) {}
}