Rebuilding dependent modules.

Original commit: 72687758a5
This commit is contained in:
Evgeny Gerashchenko
2014-11-26 19:04:59 +03:00
parent 72fdd2c6ba
commit 41522a3b65
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()
}