mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Don't emit warnings if specified at the command line or when working on a non-primary input file. https://bugs.swift.org/browse/SR-1012 rdar://problem/25282622
7 lines
81 B
Swift
7 lines
81 B
Swift
#if os(asdf)
|
|
public func bar(x: Int, _ y: Int) -> Int {
|
|
return x + y
|
|
}
|
|
#endif
|
|
|