Searched refs:isJavaKeyword (Results 1 – 1 of 1) sorted by relevance
283 } else if (isJavaKeyword(name)) { in checkKotlinKeyword()358 private fun isJavaKeyword(keyword: String): Boolean { in isJavaKeyword() method