add converted result compilation test

This commit is contained in:
Mikhail Mutcianko
2014-07-14 14:55:28 +04:00
committed by Yan Zhulanow
parent 1e8769b5f7
commit 31dc8194f1
6 changed files with 55 additions and 2 deletions
@@ -0,0 +1,13 @@
class R {
class id {
class object {
val item_detail_container = 0
val textView1 = 0
val password = 0
val textView2 = 0
val passwordConfirmation = 0
val login = 0
}
}
}
@@ -0,0 +1,6 @@
package android.app
import android.view.View
trait Activity {
fun findViewById(id: Int): View?
}
@@ -0,0 +1,3 @@
package android.view
class View