Fix cli test that uses android compiler plugin
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user