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 c
inline fun c(body: () -> Unit) {
b.b { println("to be inlined into b") }
body()
}