Files
swift-mirror/test/Parse/Inputs/warning_nonprimary_file.swift
David Farler fc9e4938e1 Suppress warnings for non-primary inputs
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
2016-03-30 16:01:30 -07:00

7 lines
81 B
Swift

#if os(asdf)
public func bar(x: Int, _ y: Int) -> Int {
return x + y
}
#endif