We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10fe9 commit 61400eaCopy full SHA for 61400ea
Multiset/Multiset.playground/Contents.swift
@@ -1,9 +1,5 @@
1
//: Playground - noun: a place where people can play
2
3
-#if swift(>=4.0)
4
- print("Hello, Swift 4!")
5
-#endif
6
-
7
import Cocoa
8
9
var set = Multiset<String>()
0 commit comments