blob: c19a111ff41505de68ad0d70124300aa59ec62b5 [file] [log] [blame]
// TARGET_BACKEND: JVM
// +JDK
val test1: () -> Unit = { 42 }
fun test2(mc: MutableCollection<String>) {
mc.add("")
}
fun test3() {
System.out?.println("Hello,")
System.out?.println("world!")
}