Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0204-rdar54150921.swift
Nathan Hawes 4641792fe1 [Sema] Fix null derefence when diagnosing in bindFuncDeclToOperator
Resolves rdar://problem/54150921
2019-08-15 11:44:14 -07:00

5 lines
111 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
{
static func ??= (lhs: inout Optional, rhs: Optional) {}
}