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 18b1ae6 commit 004f254Copy full SHA for 004f254
src/test/kotlin/com/xenomachina/argparser/ArgParserTest.kt
@@ -1492,6 +1492,7 @@ class ParseIntoIllegalStateTest : Test ({
1492
1493
shouldThrow<IllegalStateException> {
1494
val parser = parserOf("--str=foo")
1495
+ @Suppress("unused_variable")
1496
val oops by parser.storing("--oops", help = TEST_HELP).default("oops")
1497
parser.parseInto(::Args)
1498
}
0 commit comments