// TARGET_BACKEND: JVM // +JDK val test1: () -> Unit = { 42 } fun test2(mc: MutableCollection) { mc.add("") } fun test3() { System.out?.println("Hello,") System.out?.println("world!") }