enighma
01/24/2017, 10:43 PMnull
though.poohbar
01/28/2017, 6:18 PMokkero
02/01/2017, 10:26 AMelect
02/01/2017, 2:13 PMhackerham
02/02/2017, 5:21 PMelect
02/02/2017, 7:48 PMelect
02/03/2017, 8:45 AMlateinit
is not available for this case, which is my best alternative?electrolobzik
02/04/2017, 11:07 AMcedric
02/07/2017, 4:38 AMokkero
02/07/2017, 10:46 AMfun foo(a: ClassA) {
val b: ClassA.ClassB = with(a) {
object : ClassA.ClassB() {
}
}
println(b)
}
Given the above code, IDEA does not complain, but the compiler throws an internal error when trying to compile it.
This may be a bug...nkiesel
02/07/2017, 7:56 PMlorenzopaoliani
02/08/2017, 3:14 PMnkiesel
02/09/2017, 7:53 AMprintln(""""""hello""")
does not (and neither does println(""""""hello"""""")
)brianwernick
02/09/2017, 9:35 PM?.
notation for safetybrianwernick
02/09/2017, 9:50 PM.flatMap { it }
in this case is really doing anything. But I’ve been working with RxJava a lot lately (that has a different flatMap) so I’m probably confusing myselfmdow814
02/10/2017, 1:18 AMmdow814
02/10/2017, 1:53 AMokkero
02/10/2017, 5:38 PMoperator
modifieruhe
02/15/2017, 12:59 PMmiha-x64
02/16/2017, 5:09 PMdalexander
02/16/2017, 7:02 PM..
operator. I’m fairly certain that’s intended behavior, even though it got me too the first time I tried to count down.zokipirlo
02/17/2017, 9:55 AMorangy
asIterable
for an iterator…stoyicker
02/18/2017, 6:19 PMImmutableList
?benleggiero
02/19/2017, 4:49 AMrobin
02/20/2017, 8:15 AMnekoinemo
02/20/2017, 9:00 AMchillenious
02/21/2017, 7:08 PMuhe
02/23/2017, 9:55 AMfun loadCoupons(): Observable =
loadCouponsCachedObservable ?:
createObservable().apply { loadCouponsCachedObservable = this }
izorin
02/23/2017, 10:11 AM