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

View File

@@ -14,5 +14,5 @@ public class MyActivity : Activity() {
// 1 GETSTATIC test/R\$id\.stub
// 0 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
// 1 INVOKEVIRTUAL android/app/Activity\.findViewById
// 0 CHECKCAST android/view/ViewStub
// 1 CHECKCAST android/view/ViewStub
// 2 CHECKCAST android/view/View