lamoda - 2026-06-04

this error was in 2.20
i just waiting to check in 2.21
but the same

void f()
{

char cc;

swtich(cc)
{
case 'K': m = 10.0; break;
default:;
}

}