mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The signatures have changed here either due to code changes in the repo or due to improvements to the signature detection, update the test cases.
5 lines
191 B
Swift
5 lines
191 B
Swift
// {"kind":"typecheck","signature":"swift::ast_scope::ASTScopeImpl::printRange(llvm::raw_ostream&) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
extension a {}
|
|
func b < >>
|