Pablichjenkov
06/11/2024, 12:22 AMDavio
06/11/2024, 12:57 PMAlejandro Serrano.Mena
06/17/2024, 3:54 PMwhen (val n = ...) {
null -> ...
is Int if n > 0 -> ...
is Int
}
and this would cover every case for n: Int?
Davio
06/18/2024, 7:43 AMelse
and it would be the same thingPablichjenkov
06/18/2024, 12:45 PM