yole
12/15/2015, 1:12 PMint
keyword because it exists in the Java documentationyole
12/15/2015, 1:39 PMjava.util.Map
coming in from Java code does not get translated into a kotlin.MutableMap
. instead it becomes a platform type, which is a more complex thingyole
12/15/2015, 1:40 PMvoddan
12/15/2015, 1:44 PMvoddan
12/16/2015, 12:35 AMudalov
abreslav
12/17/2015, 1:34 PMorangy
mikehearn
12/17/2015, 1:49 PMmikehearn
12/17/2015, 1:49 PMkirillrakhman
12/17/2015, 2:07 PMilya.gorbunov
12/17/2015, 2:12 PMabreslav
12/17/2015, 2:12 PMmikehearn
12/17/2015, 2:16 PMmikehearn
12/17/2015, 2:16 PMmikehearn
12/17/2015, 2:17 PMvoddan
12/17/2015, 2:20 PMvoddan
12/17/2015, 2:22 PMilya.gorbunov
12/17/2015, 2:28 PMArray(Int, (Int) -> T)
and PrimitiveArray(Int)
are constructor-like functions, thus their names are spelled like a type name. Do you feel it is inconsistent?voddan
12/17/2015, 2:32 PMnatpryce
12/17/2015, 4:18 PMnatpryce
12/17/2015, 4:18 PMabreslav
12/17/2015, 4:39 PMnatpryce
12/17/2015, 4:53 PMnatpryce
12/17/2015, 4:54 PMnatpryce
12/17/2015, 4:55 PMkirillrakhman
12/17/2015, 5:22 PMClass.forName
?jshmrsn
12/17/2015, 5:23 PMSystem.exit
that returns Nothing
instead of void
/ Unit
(if there isn't one already)orangy
orangy