Searched refs:ARG_OUTPUT_KOTLIN_NULLS (Results 1 – 2 of 2) sorted by relevance
98 const val ARG_OUTPUT_KOTLIN_NULLS = "--output-kotlin-nulls" in <lambda>() constant1512 } else if (arg.startsWith(ARG_OUTPUT_KOTLIN_NULLS)) { in <lambda>()1513 outputKotlinStyleNulls = if (arg == ARG_OUTPUT_KOTLIN_NULLS) { in <lambda>()1516 yesNo(arg.substring(ARG_OUTPUT_KOTLIN_NULLS.length + 1)) in <lambda>()1921 stderr = "$ARG_OUTPUT_KOTLIN_NULLS=yes should not be combined with " + in <lambda>()2308 …"$ARG_OUTPUT_KOTLIN_NULLS[=yes|no]", "Controls whether nullness annotations should be formatted as… in <lambda>()
1115 "$ARG_OUTPUT_KOTLIN_NULLS=${if (outputKotlinStyleNulls) "yes" else "no"}", in <lambda>()