mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
192 B
Swift
4 lines
192 B
Swift
// RUN: %target-typecheck-verify-swift
|
|
|
|
@inlineable public func misspelledInlinable() {}
|
|
// expected-error@-1 {{no attribute named '@inlineable'; did you mean '@inlinable'?}}{{2-12=inlinable}} |