Rebuilding dependent modules.

This commit is contained in:
Evgeny Gerashchenko
2014-11-26 19:04:59 +03:00
parent 00f2ba5124
commit 72687758a5
26 changed files with 206 additions and 3 deletions
@@ -0,0 +1,6 @@
package inline
inline fun f(body: () -> Unit) {
println("i'm inline function")
body()
}