add android jps builder test stub
wtf
This commit is contained in:
committed by
Yan Zhulanow
parent
7c4661aba5
commit
1912b2b0ec
@@ -1,9 +1,13 @@
|
||||
package com.myapp
|
||||
|
||||
import android.app.Activity
|
||||
import android.os.Bundle
|
||||
import java.io.File
|
||||
|
||||
|
||||
class MyActivity: Activity() {
|
||||
val button = this.login<caret>
|
||||
public class MyActivity : Activity() {
|
||||
override fun onCreate(savedInstanceState: <caret>Bundle?) {}
|
||||
//val button = login
|
||||
val shit = File("")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user