blob: 8b6fd60a66603925c20abb71fe283721f401bf38 [file] [log] [blame]
// 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() {}