Searched refs:ARG_CHECK_KOTLIN_INTEROP (Results 1 – 2 of 2) sorted by relevance
25 extraArguments = arrayOf(ARG_CHECK_KOTLIN_INTEROP), in Hard Kotlin keywords()52 extraArguments = arrayOf(ARG_CHECK_KOTLIN_INTEROP), in Sam-compatible parameters should be last()91 extraArguments = arrayOf(ARG_CHECK_KOTLIN_INTEROP), in Companion object methods should be marked with JvmStatic()127 extraArguments = arrayOf(ARG_CHECK_KOTLIN_INTEROP), in Methods with default parameters should specify JvmOverloads()154 extraArguments = arrayOf(ARG_CHECK_KOTLIN_INTEROP), in Methods which throw exceptions should document them()
123 const val ARG_CHECK_KOTLIN_INTEROP = "--check-kotlin-interop" in <lambda>() constant984 ARG_CHECK_KOTLIN_INTEROP -> checkKotlinInterop = true in <lambda>()2020 …ARG_CHECK_KOTLIN_INTEROP, "Check API intended to be used from both Kotlin and Java for interoperab… in <lambda>()