We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32eafb commit dba16eeCopy full SHA for dba16ee
test/ClangModules/swift2_warnings.swift
@@ -92,4 +92,4 @@ class X : NSDocument {
92
}
93
94
95
-func makeCopy<T: NSCopying>(thing: T) {} // expected-error {{'NSCopying' has been renamed to 'Copying'}} {{18-27=Copying}}
+func makeCopy<T: NSWobbling>(thing: T) {} // expected-error {{'NSWobbling' has been renamed to 'Wobbling'}} {{18-28=Wobbling}}
0 commit comments