Extraction Engine: Get rid of explicit element offset manipulation and use copyable user data instead
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user