Supported inline function for expression body case
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
fun bar(p1: String, p2: String?, p3: () -> Boolean)
|
||||
|
||||
fun foo(i: I) {
|
||||
bar("foo", null) {
|
||||
println("bar")
|
||||
println("baz")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user