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,6 +4,6 @@ import android.view.View
import kotlinx.android.synthetic.main.layout.view.*
fun View.a() {
val button = login<caret>
val button = <caret>login
}