You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// RUN: %target-typecheck-verify-swift -swift-version 5 -module-name Swift -parse-stdlib
2
+
3
+
// expected-warning@+2{{@expression has been removed in favor of @freestanding(expression)}}
4
+
// expected-warning@+1{{external macro implementation type 'A.B' could not be found for macro 'myMacro()'; the type must be public and provided via '-load-plugin-library'}}
0 commit comments