Fix Android Extensions tests (descriptors)
This commit is contained in:
@@ -4,7 +4,7 @@ import android.app.Activity
|
||||
import kotlinx.android.synthetic.main.layout.*
|
||||
|
||||
class MyActivity: Activity() {
|
||||
val button = this.login<caret>
|
||||
val button = this.<caret>login
|
||||
val button1 = this.loginButton
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user