New J2K: Add boxed types support to PrimitiveTypesInitializersConversion

This commit is contained in:
Ilya Kirillov
2018-12-05 13:55:46 +03:00
committed by Ilya Kirillov
parent f14aa2292f
commit d4077a1622
4 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package test
import javaApi.*
import javaApi.Listener
class Test {
private val listener = Listener { visibility -> val a = visibility and 1 }