Fix Android Extensions tests (descriptors)
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
package com.myapp
|
||||
package test
|
||||
|
||||
import android.app.Fragment
|
||||
import java.io.File
|
||||
@@ -19,5 +19,5 @@ public class MyFragment2 : Fragment() {
|
||||
}
|
||||
|
||||
// 2 public onDestroy\(\)V
|
||||
// 1 INVOKEVIRTUAL com/myapp/MyFragment\._\$_clearFindViewByIdCache
|
||||
// 1 INVOKEVIRTUAL com/myapp/MyFragment2\._\$_clearFindViewByIdCache
|
||||
// 1 INVOKEVIRTUAL test/MyFragment\._\$_clearFindViewByIdCache
|
||||
// 1 INVOKEVIRTUAL test/MyFragment2\._\$_clearFindViewByIdCache
|
||||
Reference in New Issue
Block a user