Android Extensions: Do not upcast ViewStub to View (KT-10321)

This commit is contained in:
Yan Zhulanow
2016-03-25 17:58:56 +03:00
parent 6e14c11280
commit 371e80bcba
6 changed files with 17 additions and 19 deletions
@@ -15,10 +15,10 @@ kotlinx.android.synthetic.main
kotlinx.android.synthetic.main.test
public val android.app.Activity.stub: android.view.View!
public val android.app.Fragment.stub: android.view.View!
public val android.app.Activity.stub: android.view.ViewStub!
public val android.app.Fragment.stub: android.view.ViewStub!
kotlinx.android.synthetic.main.test.view
public val android.view.View.stub: android.view.View!
public val android.view.View.stub: android.view.ViewStub!