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
@@ -6,7 +6,7 @@ public class Test {
private Listener listener = new Listener() {
@Override
public void onChange(int visibility) {
val a = (visibility & 1)
int a = (visibility & 1)
}
}
}