elect
12/01/2016, 1:36 PMList
?arthur
12/01/2016, 3:15 PMtranslations.map { it.key to it.value }.toMap()
denis.zharkov
12/01/2016, 3:19 PMhackerham
12/01/2016, 3:21 PMorangy
thesn
12/01/2016, 3:23 PMdpk
12/01/2016, 3:25 PMpackage error; class NoClassDefFoundError
somewhere in your project (don’t commit it, though!) when i did that i got some useful error messages showing me exactly what i did wrong.dpk
12/01/2016, 3:25 PMrpmoore
12/01/2016, 11:16 PMrpmoore
12/01/2016, 11:16 PMrpmoore
12/01/2016, 11:18 PMrpmoore
12/01/2016, 11:18 PMrpmoore
12/01/2016, 11:18 PMorangy
orangy
cypher121
12/02/2016, 12:14 AMdynamic
available for JVM?rocketraman
12/02/2016, 12:17 AMrocketraman
12/02/2016, 12:17 AMcypher121
12/02/2016, 12:18 AMrocketraman
12/02/2016, 12:18 AMcypher121
12/02/2016, 12:21 AMrocketraman
12/02/2016, 12:27 AMcypher121
12/02/2016, 12:27 AMcypher121
12/02/2016, 12:31 AMval properties: dynamic Map<String, String> = ...
meaning that the object has to be a subtype of Map, has specific return types for get
or contains
or other Map methods, but also supports invocations on methods not declared in Maprocketraman
12/02/2016, 12:32 AMdynamic
is new to me in my one week of experience with c#. What is the use case for that which is not possible by subclassing Map
?rocketraman
12/02/2016, 12:34 AMcypher121
12/02/2016, 12:47 AMKirill Zhukov
12/02/2016, 12:59 AMa
is unresolved when I’m trying to define b
object here?
(I created SO question: https://stackoverflow.com/questions/40923418/why-i-cannot-reference-constructor-arguments-inside-of-the-class-when-defining-o)