b45b0e6c3a
Calls to Java's primitive classes that had the same name as the corresponding primitive in Kotlin didn't work. Now calls like Short.valueOf() is turned to java.lang.Short.valueOf() in Kotlin.