Expression
val KOTLIN_KEYWORDS = JAVA_KEYWORDS + (...)
Is incorrect
There are no byte, extends, implements, instanceof, native, strictfp, synchronized, throws, transient keywords
Using c keywords for java (and Kotlin) is incorrect
Using common keywords for java (Kotlin) is incorrect for the same reason
Expression
Is incorrect
There are no
byte, extends, implements, instanceof, native, strictfp, synchronized, throws, transientkeywordsUsing c keywords for java (and Kotlin) is incorrect
Using common keywords for java (Kotlin) is incorrect for the same reason