Fix Android Extensions tests (descriptors)

This commit is contained in:
Yan Zhulanow
2015-11-06 18:36:12 +03:00
parent c7f1fd74a1
commit 422e11ea9a
175 changed files with 963 additions and 1865 deletions
@@ -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
}