blob: 4488d2eb0f1ce48a5fc82555f819edf0a3a4fc4e [file] [log] [blame]
// RUN: %target-typecheck-verify-swift -swift-version 3
// RUN: %target-typecheck-verify-swift -swift-version 4
// In -swift-version 4 mode, the old spelling is silently parsed as the new spelling.
@_inlineable public func oldInlinableFunction() {}
@_versioned func oldVersionedFunction() {}
// No warning here
@_inlineable @_versioned func redundantAttribute() {}