// WITH_RUNTIME fun test() { listOf( true, // comment1 null // comment2 ).filterNotNull().first() }