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
@@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ItemDetailActivity"
tools:ignore="MergeRootFrame" >
<a.b.c
android:id="@+id/MyView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</FrameLayout>
@@ -0,0 +1,35 @@
kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.MyView: android.view.View!
public val android.app.Fragment.MyView: android.view.View!
kotlinx.android.synthetic.main.test.view
public val android.view.View.MyView: android.view.View!
kotlinx.android.synthetic.test
public val android.app.Activity.MyView: android.view.View!
public val android.app.Fragment.MyView: android.view.View!
kotlinx.android.synthetic.test.view
public val android.view.View.MyView: android.view.View!