blob: 3e447cc5a6d87d418238011726ab84686f77232c [file] [log] [blame]
fun acceptLambda(f: () -> Unit) = f()
fun foo() {
acceptLambda { }
}