blob: 4f74e622a8c2ed27534415ac29a7c1dda94ef14a [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck -debugger-support 2>&1 | %FileCheck %s --check-prefix=DEBUG
// RUN: not %target-swift-frontend %s -typecheck 2>&1 | %FileCheck %s --check-prefix=NODEBUG
// DEBUG: error: use of unresolved identifier '$0'
// NODEBUG: error: anonymous closure argument not contained in a closure
$0