mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
23 lines
670 B
Kotlin
Vendored
23 lines
670 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Activity
|
|
import android.os.Bundle
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
import kotlinx.android.extensions.*
|
|
|
|
@ContainerOptions(cache = CacheImplementation.HASH_MAP)
|
|
public class MyActivity : Activity() {
|
|
init {login}
|
|
}
|
|
|
|
// 1 public _\$_findCachedViewById
|
|
// 1 public _\$_clearFindViewByIdCache
|
|
// 1 GETSTATIC test/R\$id\.login
|
|
// 1 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
|
|
// 1 CHECKCAST android/widget/Button
|
|
// 12 java/util/HashMap
|
|
// 1 INVOKEVIRTUAL java/util/HashMap\.get
|
|
// 1 INVOKEVIRTUAL java/util/HashMap\.put
|
|
// 1 INVOKEVIRTUAL java/util/HashMap\.clear
|
|
// 0 android/util/SparseArray |