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