mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
21 lines
485 B
Kotlin
Vendored
21 lines
485 B
Kotlin
Vendored
package test
|
|
|
|
import android.app.Fragment
|
|
import android.os.Bundle
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.main.layout.*
|
|
|
|
public class MyFragment : Fragment()
|
|
|
|
fun MyFragment.b() {
|
|
val x = login
|
|
val y = this.login
|
|
}
|
|
|
|
// 1 public _\$_findCachedViewById
|
|
// 1 public _\$_clearFindViewByIdCache
|
|
// 1 INVOKEVIRTUAL test/MyFragment\.getView
|
|
// 2 GETSTATIC test/R\$id\.login
|
|
// 2 INVOKEVIRTUAL test/MyFragment\._\$_findCachedViewById
|
|
// 2 CHECKCAST android/widget/Button
|