Skip to content

Commit aaf3bdc

Browse files
authored
Merge pull request kodecocodes#799 from pchelnikov/swift4-2-sorted-set
Update Sorted Set to Swift 4.2
2 parents f7d4256 + f95093e commit aaf3bdc

File tree

1 file changed

+0
-5
lines changed
  • Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage

1 file changed

+0
-5
lines changed

Sorted Set/SortedSet.playground/Pages/Example 1.xcplaygroundpage/Contents.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
5-
61
//: # Example 1 with type Int
72

83
var mySet = SortedSet<Int>()

0 commit comments

Comments
 (0)