Fix Android Extensions tests (descriptors)
This commit is contained in:
+6
-6
@@ -1,4 +1,4 @@
|
||||
package com.myapp
|
||||
package test
|
||||
|
||||
import android.app.Activity
|
||||
import android.app.Fragment
|
||||
@@ -15,9 +15,9 @@ class MyFragment: Fragment() {
|
||||
|
||||
// 2 public _\$_findCachedViewById
|
||||
// 2 public _\$_clearFindViewByIdCache
|
||||
// 1 INVOKEVIRTUAL com/myapp/MyFragment\.getView
|
||||
// 1 GETSTATIC com/myapp/R\$id\.login : I
|
||||
// 1 GETSTATIC com/myapp/R\$id\.loginButton : I
|
||||
// 1 INVOKEVIRTUAL com/myapp/MyActivity\._\$_findCachedViewById
|
||||
// 1 INVOKEVIRTUAL com/myapp/MyFragment\._\$_findCachedViewById
|
||||
// 1 INVOKEVIRTUAL test/MyFragment\.getView
|
||||
// 1 GETSTATIC test/R\$id\.login : I
|
||||
// 1 GETSTATIC test/R\$id\.loginButton : I
|
||||
// 1 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
|
||||
// 1 INVOKEVIRTUAL test/MyFragment\._\$_findCachedViewById
|
||||
// 2 CHECKCAST android/widget/Button
|
||||
Reference in New Issue
Block a user