CLI: support false and true values for boolean -X arguments

#KT-48417 Fixed
This commit is contained in:
Alexander Udalov
2021-08-26 03:38:43 +02:00
parent a37642e5af
commit fbfbb0c72c
10 changed files with 56 additions and 1 deletions
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/extraBooleanArgumentEqualsFalse.kt:1:1: error: only the Kotlin standard library is allowed to use the 'kotlin' package
package kotlin
^
COMPILATION_ERROR