Ошибка в java : error: : expected

У меня есть такой фрагмент кода:

 case "Int" -> outStr.append("store i32 %").append(nameID).append("1").append(", i32* %")
                        .append(nameID).append(", align 4\n");

Почему здесь выдает такую ошибку: error: : expected

    case "*"->{
        lastVar = "%mul" + mulCounter++;
        lastVarType = "Int";
        operation = "mul";
    }

Здесь точно так же, как исправить?


Ответы (0 шт):