[stdlib] update for 'inout' adjustment (SE-0031)

This commit is contained in:
Daniel Duan
2016-02-26 12:02:29 -08:00
parent c9927f66f0
commit 2bc78b8c09
134 changed files with 499 additions and 499 deletions

View File

@@ -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)