Fix cli test that uses android compiler plugin

This commit is contained in:
Yan Zhulanow
2015-09-04 18:20:28 +03:00
parent fce1a0a8d7
commit 5dc9557650
8 changed files with 6 additions and 17 deletions
@@ -0,0 +1,5 @@
package android.widget;
public class TextView extends android.view.View {
public void setText(String text) {}
}
@@ -1,5 +0,0 @@
package android.widget
public open class TextView : android.view.View() {
public fun setText(@Suppress("UNUSED_PARAMETER") text: String) {}
}
@@ -1 +0,0 @@
package android.appwidget
@@ -1 +0,0 @@
package android.inputmethodservice
@@ -1 +0,0 @@
package android.opengl
@@ -1 +0,0 @@
package android.webkit