Make test case more useful

This commit is contained in:
Alexey Tsvetkov
2017-08-22 22:07:06 +03:00
parent 5f9bad5905
commit 141c889a84
9 changed files with 39 additions and 20 deletions
@@ -0,0 +1,5 @@
package inline
fun useF() {
f { println("useF") }
}