jkbbwr
12/07/2015, 11:30 AMyole
12/07/2015, 11:32 AMget
is not a Map
yole
12/07/2015, 11:32 AMas?
instead of as
jkbbwr
12/07/2015, 11:32 AMMap<*, *>
yole
12/07/2015, 11:34 AMyole
12/07/2015, 11:35 AMMap<String, Any?>
and not a Map<Foo, Bar>
jkbbwr
12/07/2015, 11:35 AMyole
12/07/2015, 11:35 AMClassCastException
when you try to get a value out of the mapyole
12/07/2015, 11:36 AMyole
12/07/2015, 11:37 AMjkbbwr
12/07/2015, 11:38 AMuser
12/07/2015, 12:11 PMuser
12/07/2015, 12:21 PMhttps://pbs.twimg.com/media/CVn1rSiWcAAyRuk.png▾
derkork
12/07/2015, 12:24 PMCzar
12/07/2015, 12:25 PMjkbbwr
12/07/2015, 12:25 PMCzar
12/07/2015, 12:27 PMderkork
12/07/2015, 12:31 PMderkork
12/07/2015, 12:32 PMderkork
12/07/2015, 12:33 PMCzar
12/07/2015, 12:35 PMyole
12/07/2015, 12:37 PMjoaoevangelista
12/07/2015, 12:57 PMfinal
keyword on classes are not supported, after a day it became an habit to put open class
on components, maybe documenting what classes without open
will be interpreted like final
can give some idea on what is going wrong.derkork
12/07/2015, 1:42 PMdata class
thing. And you wouldn’t need to put it on every method, which is a plus.jkbbwr
12/07/2015, 1:44 PMjkbbwr
12/07/2015, 1:45 PMmplatvoet
12/07/2015, 1:47 PM@AllOpen
included) on the class level influencing the behaviour of the function level. I think that’s even more confusing.yole
12/07/2015, 1:47 PMmplatvoet
12/07/2015, 1:48 PMmplatvoet
12/07/2015, 1:48 PM