AndroidBytecodeShapeTest renamed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package com.myapp
|
||||
|
||||
import android.app.Activity
|
||||
|
||||
|
||||
class MyActivity: Activity() {
|
||||
val button = this.MyButton
|
||||
}
|
||||
// 1 GETSTATIC
|
||||
// 1 INVOKEVIRTUAL
|
||||
// 2 CHECKCAST
|
||||
Reference in New Issue
Block a user