Move Android IDEA plugin tests to android-idea-plugin module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.myapp
|
||||
|
||||
import android.app.Activity
|
||||
|
||||
|
||||
class MyActivity: Activity() {
|
||||
val button = this.log<caret>
|
||||
}
|
||||
|
||||
// EXIST: login, loginButton
|
||||
Reference in New Issue
Block a user