mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %target-parse-verify-swift
|
||||
// RUN: %target-typecheck-verify-swift
|
||||
|
||||
struct MyCollection<Element> { // expected-note {{'Element' declared as parameter to type 'MyCollection'}}
|
||||
func map<T>(_ transform: (Element) -> T) -> MyCollection<T> {
|
||||
|
||||
Reference in New Issue
Block a user