Make test case more useful
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package inline
|
||||
|
||||
fun f(body: () -> Unit) {
|
||||
println("i'm not an inline function")
|
||||
body()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user