class TypeError { public static void main(String[] args) { int i = 0; boolean b = true; i = true; i = b; } }