Correctly processing disappeared protos, files with constants/inline function.

This commit is contained in:
Evgeny Gerashchenko
2015-02-05 16:06:37 +03:00
parent 5b89f88447
commit c5593a5b80
12 changed files with 90 additions and 3 deletions
@@ -0,0 +1,6 @@
package inline
inline fun f(body: () -> Unit) {
println("i'm inline function")
body()
}