mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove uses of complete-unnamed function parameters from the testsuite.
Support for "func f(Int)" is going away. Swift SVN r29608
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// RUN: %target-parse-verify-swift
|
||||
|
||||
class Foo {
|
||||
func bar(bar) {} // expected-error{{use of undeclared type 'bar'}}
|
||||
func bar(_: bar) {} // expected-error{{use of undeclared type 'bar'}}
|
||||
}
|
||||
|
||||
class C {
|
||||
|
||||
Reference in New Issue
Block a user