We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6f00b + fe6258b commit b618fdcCopy full SHA for b618fdc
test/Parse/ConditionalCompilation/language_version.swift
@@ -49,11 +49,13 @@
49
// Check that an extra .0 doesn't make a version "bigger"; NB this test only
50
// tests the fix on 3.0.1, but that's the swift version the fix was backported
51
// to. On master, the fix is tested by language_version_explicit.swift
52
+#if swift(>=3.0.1)
53
#if swift(>=3.0.1.0)
54
#else
55
// This shouldn't emit any diagnostics.
56
asdf asdf asdf asdf
57
#endif
58
+#endif
59
60
#if swift(>=2.0, *) // expected-error {{expected only one argument to platform condition}}
61
0 commit comments