Move Android IDEA plugin tests to android-idea-plugin module

This commit is contained in:
Yan Zhulanow
2014-11-06 15:19:45 +03:00
parent b7f8496e5b
commit efff642635
57 changed files with 85 additions and 76 deletions
@@ -0,0 +1,12 @@
package com.myapp
import android.app.Activity
import android.os.Bundle
import java.io.File
public class MyActivity : Activity() {
override fun onCreate(savedInstanceState: Bundle?) {}
val button = login<caret>
}