Fix some misc tests (Android variants)

This commit is contained in:
Yan Zhulanow
2015-10-23 15:19:31 +03:00
parent 9112dd632a
commit 3d8df88ab2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import android.view.*
import android.app.*
import android.widget.*
import kotlinx.android.synthetic.layout.*
import kotlinx.android.synthetic.main.layout.*
class MyActivity : Activity() {
{ textView.setText("Some text") }