Files
kotlin-fork/plugins/android-extensions/android-extensions-compiler/testData/descriptors/viewStub/result.txt
T

29 lines
828 B
Plaintext
Vendored

kotlinx
kotlinx.android
kotlinx.android.synthetic
public fun android.app.Activity.clearFindViewByIdCache(): kotlin.Unit
public fun android.app.Fragment.clearFindViewByIdCache(): kotlin.Unit
public fun android.view.View.clearFindViewByIdCache(): kotlin.Unit
public fun kotlinx.android.extensions.LayoutContainer.clearFindViewByIdCache(): kotlin.Unit
kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.stub: android.view.ViewStub!
public val android.app.Dialog.stub: android.view.ViewStub!
public val android.app.Fragment.stub: android.view.ViewStub!
public val kotlinx.android.extensions.LayoutContainer.stub: android.view.ViewStub!
kotlinx.android.synthetic.main.test.view
public val android.view.View.stub: android.view.ViewStub!