mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] update for 'inout' adjustment (SE-0031)
This commit is contained in:
@@ -38,7 +38,7 @@ public func run_SetIsSubsetOf(N: Int) {
|
||||
}
|
||||
|
||||
@inline(never)
|
||||
func sink(inout s: Set<Int>) {
|
||||
func sink(s: inout Set<Int>) {
|
||||
}
|
||||
|
||||
@inline(never)
|
||||
|
||||
Reference in New Issue
Block a user