https://kotlinlang.org logo
r

Ruckus

12/21/2016, 4:47 PM
So
Type x = test ? a : b;
becomes
val x = if (test) a else b