add converted result compilation test
This commit is contained in:
committed by
Yan Zhulanow
parent
1e8769b5f7
commit
31dc8194f1
@@ -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
|
||||
Reference in New Issue
Block a user