Files
kotlin-fork/compiler/testData/android/fakeHelpers/Widgets.kt
T
Mikhail Mutcianko aa01d6d7cf auto cast widget to its original type
- change property return type signatures from View to actual widget type
- simplify and update tests
2015-02-26 15:25:17 +03:00

6 lines
84 B
Kotlin

package android.widget
class EditText
class TextView
class Button
class FrameLayout