blob: 7bb69631fce47c690ac8e4ce5712938e374f7233 [file] [log] [blame]
// RUN: %target-build-swift -typecheck %s -Xfrontend -verify
// RUN: %target-build-swift -typecheck -parse-as-library %s -Xfrontend -verify
// REQUIRES: executable_test
class Oof {
dynamic func impliesObjC() { } // expected-error {{'dynamic' attribute used without importing module 'Foundation'}}
}