fix android kotlin test framework
- fix android jars not indexed by java indexer - fix goto test
This commit is contained in:
committed by
Yan Zhulanow
parent
1912b2b0ec
commit
04a905c35c
@@ -6,8 +6,7 @@ import java.io.File
|
||||
|
||||
|
||||
public class MyActivity : Activity() {
|
||||
override fun onCreate(savedInstanceState: <caret>Bundle?) {}
|
||||
//val button = login
|
||||
val shit = File("")
|
||||
override fun onCreate(savedInstanceState: Bundle?) {}
|
||||
val button = login<caret>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user