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,10 @@
package com.myapp
import android.app.Activity
class MyActivity: Activity() {
val button = this.log<caret>
}
// EXIST: login, loginButton