mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
284 B
Swift
6 lines
284 B
Swift
// {"signature":"(anonymous namespace)::ExprRewriter::coerceToType(swift::Expr*, swift::Type, swift::constraints::ConstraintLocatorBuilder)::$_3::operator()(swift::Type, swift::Type) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a(inout _ )
|
|
var b = String
|
|
a(b
|