Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/simpleView/simpleView.kt
T
2015-03-13 15:46:43 +03:00

15 lines
281 B
Kotlin

package com.myapp
import android.view.View
import android.app.Activity
import kotlinx.android.synthetic.layout.view.*
public class MyActivity : Activity() {
{ View(this).login }
}
// 1 GETSTATIC
// 5 INVOKEVIRTUAL
// 3 CHECKCAST
// 1 _\$_findCachedViewById
// 2 findViewById