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 9e8f8d9 commit 303362cCopy full SHA for 303362c
test/attr/attr_inlinable_close_match.swift
@@ -0,0 +1,4 @@
1
+// RUN: %target-typecheck-verify-swift
2
+
3
+@inlineable public func misspelledInlinable() {}
4
+// expected-error@-1 {{No attribute named '@inlineable', did you mean '@inlinable'?}}{{2-12=inlinable}}
0 commit comments