Untitled

Run Settings
LanguageKotlin
Language Version
Run Command
fun main(args : Array<String>){ val b: Collection<Int>? = null b?.let { println("not null!") } ?: { println("null!") }() }
Editor Settings
Theme
Key bindings
Full width
Lines