Extraction Engine: Get rid of explicit element offset manipulation and use copyable user data instead

This commit is contained in:
Alexey Sedunov
2015-11-25 18:39:05 +03:00
parent 44bc937499
commit 03e1480476
12 changed files with 357 additions and 411 deletions
@@ -8,8 +8,8 @@ fun foo(a: Int): Int {
private fun b(a: Int): Boolean {
/*
test
*/
test
*/
println(a)
if (a > 0) return true
return false