Files
kotlin-fork/plugins/android-compiler-plugin/testData/codegen/bytecodeShape/onDestroyFragment/onDestroyFragment.kt
T
2015-09-11 04:30:08 +03:00

23 lines
482 B
Kotlin
Vendored

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