Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/clearCache/clearCache.kt
T
2015-11-19 01:35:58 +03:00

15 lines
340 B
Kotlin
Vendored

package test
import android.app.Activity
import android.os.Bundle
import java.io.File
import kotlinx.android.synthetic.*
public class MyActivity : Activity() {
init { clearFindViewByIdCache() }
}
// 1 public _\$_findCachedViewById
// 1 public _\$_clearFindViewByIdCache
// 1 INVOKEVIRTUAL test/MyActivity\._\$_clearFindViewByIdCache