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