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
@@ -8,8 +8,8 @@ import android.view.ViewGroup
import android.view.View
import kotlinx.android.synthetic.main.*
import kotlinx.android.synthetic.fragment.*
import kotlinx.android.synthetic.fragment.view.*
import kotlinx.android.synthetic.main.fragment.*
import kotlinx.android.synthetic.main.fragment.view.*
public class MyActivity : Activity() {
override fun onCreate(savedInstanceState: Bundle?) {