Files
kotlin/plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/onDestroyFragment/onDestroyFragment.kt
2016-11-23 23:30:28 +03:00

23 lines
476 B
Kotlin
Vendored

package test
import android.app.Fragment
import java.io.File
import kotlinx.android.synthetic.main.layout.*
public class MyFragment : Fragment() {
init {login}
}
public class MyFragment2 : Fragment() {
override fun onDestroy() {
super.onDestroy()
}
public open fun onDestroy(n: Int) {}
}
// 0 public onDestroyView\(\)V
// 1 INVOKEVIRTUAL test/MyFragment\._\$_clearFindViewByIdCache
// 1 INVOKEVIRTUAL test/MyFragment2\._\$_clearFindViewByIdCache