mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
23 lines
476 B
Kotlin
Vendored
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 |