yole
07/18/2017, 2:56 PMrogeralsing
07/18/2017, 2:58 PMrocketraman
07/18/2017, 4:44 PMmfiano
07/18/2017, 4:57 PMkotlin
for (a in 100..1) { println(a) }
mfiano
07/18/2017, 4:57 PMagomez
07/18/2017, 4:57 PM100.downTo(1)
mfiano
07/18/2017, 4:57 PMadambl4
07/18/2017, 4:58 PMmfiano
07/18/2017, 4:59 PMagomez
07/18/2017, 5:00 PMagomez
07/18/2017, 5:00 PMmfiano
07/18/2017, 5:01 PMagomez
07/18/2017, 5:03 PMEugen Martynov
07/19/2017, 1:04 PMEugen Martynov
07/19/2017, 1:04 PMyole
07/19/2017, 1:05 PMEugen Martynov
07/19/2017, 1:11 PMyole
07/19/2017, 1:12 PMuser
07/19/2017, 2:20 PMhttps://kotlinlang.slack.com/files/U29NJHBRP/F6A8DLAGZ/imageintellijerror.png▾
leonardootto
07/19/2017, 2:20 PMimageIntellijError.png▾
yole
07/19/2017, 2:22 PMmain
functions in the same module or in different ones?leonardootto
07/19/2017, 2:26 PMyole
07/19/2017, 2:27 PMmain
functions in the same package so the reference is ambiguousleonardootto
07/19/2017, 2:29 PMleonardootto
07/19/2017, 2:31 PMyole
07/19/2017, 2:32 PMorangy
Thread.currentThread().contextClassLoader
to get resources without a class referenceleonardootto
07/19/2017, 2:36 PMgregd
07/20/2017, 8:17 AMgregd
07/20/2017, 8:17 AM:
and double collon ::
?