fix android kotlin test framework

- fix android jars not indexed by java indexer
- fix goto test
This commit is contained in:
Mikhail Mutcianko
2014-09-16 19:03:49 +04:00
committed by Yan Zhulanow
parent 1912b2b0ec
commit 04a905c35c
5 changed files with 48 additions and 48 deletions
+2 -3
View File
@@ -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>
}