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 597683c commit ecb5b29Copy full SHA for ecb5b29
Tests/CasePathsTests/MacroTests.swift
@@ -1,12 +1,12 @@
1
#if swift(>=5.9)
2
import CasePaths
3
-
+
4
@CasePathable
5
private enum Comments {
6
// Comment above case
7
case bar
8
/*Comment before case*/ case baz(Int)
9
case fizz(buzz: String) // Comment on case
10
- case fizzier/*Comment in case*/(Int, buzzier: String)
+ case fizzier /*Comment in case*/(Int, buzzier: String)
11
}
12
#endif
0 commit comments