Skip to content

Commit 43b1cbe

Browse files
authored
Add comment about a compilation-only test (#212)
1 parent 280700d commit 43b1cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ final class ParsableArgumentsValidationTests: XCTestCase {
167167
var options: Options
168168
}
169169

170+
// Compilation test to verify that property wrappers can be written without ()
170171
private struct L: ParsableArguments {
171172
struct Options: ParsableArguments {
172173
@Argument var items: [Int] = []

0 commit comments

Comments
 (0)