AG
Size: a a a
AG
AG
AS
val checkExhaustivenessCheck: String => Int = {
case "1" => 1
case "2" => 2
}
падал c non-exhaustive check ?VK
val checkExhaustivenessCheck: String => Int = {
case "1" => 1
case "2" => 2
}
падал c non-exhaustive check ?AS
VK
V
VK
VK
V
Oℕ
Oℕ
ΑZ
E
val checkExhaustivenessCheck: String => Int = {
case "1" => 1
case "2" => 2
}
падал c non-exhaustive check ?ΑZ
E
ΑZ

VK
V
AS
case default => ...