ValV
10/05/2018, 6:08 AMclass MyEvent(val param: Any) : FXEvent()
, but only in case, where we don't need to determine type of param
, or am I wrong? If I just do so, then I guess that I can't further when (param) { is String -> ...; Integer -> ...; else -> ... }