mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
3 lines
108 B
Swift
3 lines
108 B
Swift
public func publicHasDefaultArgument(x: Int = 0) {}
|
|
internal func internalHasDefaultArgument(x: Int = 0) {}
|