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.
1 parent 60c5ef5 commit 80cd7c8Copy full SHA for 80cd7c8
test/Parse/ConditionalCompilation/language_version_explicit.swift
@@ -22,15 +22,15 @@
22
#endif
23
24
// NOTE: Please modify this condition...
25
-#if swift(>=4.2)
+#if swift(>=4.2.1)
26
let b = 1
27
#else
28
// This shouldn't emit any diagnostics.
29
asdf asdf asdf asdf
30
31
32
// NOTE: ...and modify this condition...
33
-#if swift(>=4.2.1)
+#if swift(>=4.2.2)
34
35
36
0 commit comments