Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/fqNameInAttr/fqNameInAttr.kt
T
2015-02-26 15:25:51 +03:00

12 lines
162 B
Kotlin

package com.myapp
import android.app.Activity
class MyActivity: Activity() {
val button = this.MyButton
}
// 1 GETSTATIC
// 1 INVOKEVIRTUAL
// 2 CHECKCAST