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 240c08e commit 770642aCopy full SHA for 770642a
src/main/starlark/core/options/opts.kotlinc.bzl
@@ -65,7 +65,7 @@ _KOPTS_ALL = {
65
args = dict(
66
default = "first-only-warn",
67
doc = "Change the default annotation targets for constructor properties.",
68
- values = ["first-only" "first-only-warn", "param-property"],
+ values = ["first-only", "first-only-warn", "param-property"],
69
),
70
type = attr.string,
71
value_to_flag = {
0 commit comments