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,7 @@
package usage
fun main(args: Array<String>) {
inline.f {
println("to be inlined")
}
}