add android bytecode persistence test

This commit is contained in:
Mikhail Mutcianko
2014-09-18 16:25:14 +04:00
committed by Yan Zhulanow
parent 2643866e31
commit bf25dffb85
13 changed files with 277 additions and 0 deletions
@@ -0,0 +1,13 @@
package com.myapp
import android.app.Activity
class MyActivity: Activity() {
val button = this.login
val button1 = this.loginButton
}
// 2 GETSTATIC
// 2 INVOKEVIRTUAL
// 2 CHECKCAST