class Cls { public static void main(String[] args) { java.rofl.Integer a = 2; int b = 2; Integer sum = a + b; } }