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.Activity
import android.app.Fragment
@@ -16,6 +16,6 @@ public class MyFragment : Fragment() {
// 1 INVOKEVIRTUAL android/app/Activity\.getFragmentManager
// 1 INVOKEVIRTUAL android/app/Fragment\.getFragmentManager
// 2 GETSTATIC com/myapp/R\$id\.fragm
// 2 GETSTATIC test/R\$id\.fragm
// 2 INVOKEVIRTUAL android/app/FragmentManager\.findFragmentById
// 2 CHECKCAST android/app/Fragment