ЛУ
https://play.google.com/store/apps/details?id=com.dosssik.andrey.visaapp - мой давний пет-проджект, может пригодится при поиске информации по визовым режимам
Size: a a a
ЛУ
EK
EK
SS
AD
S
AD
V
EK
V
V
void main(){
print(test(false));
}
bool test(bool some) {
switch (some) {
case true:
return true;
}
}
SS
S
void main(){
print(test(false));
}
bool test(bool some) {
switch (some) {
case true:
return true;
}
}
V
S
V
S
V
n
V