Fix Android Extensions tests (descriptors)

This commit is contained in:
Yan Zhulanow
2015-11-06 18:36:12 +03:00
parent c7f1fd74a1
commit 422e11ea9a
175 changed files with 963 additions and 1865 deletions
@@ -1,4 +1,4 @@
package com.myapp
package test
import android.app.Fragment
import kotlinx.android.synthetic.main.layout.*
@@ -10,7 +10,7 @@ class MyFragment: Fragment() {
// 1 public _\$_findCachedViewById
// 1 public _\$_clearFindViewByIdCache
// 1 INVOKEVIRTUAL com/myapp/MyFragment\.getView
// 2 GETSTATIC com/myapp/R\$id\.MyButton
// 2 INVOKEVIRTUAL com/myapp/MyFragment\._\$_findCachedViewById
// 1 INVOKEVIRTUAL test/MyFragment\.getView
// 2 GETSTATIC test/R\$id\.MyButton
// 2 INVOKEVIRTUAL test/MyFragment\._\$_findCachedViewById
// 2 CHECKCAST android/widget/Button