Files
kotlin-fork/idea/testData/android/quickfix/viewConstructor/indirect.before.Main.kt
T
2017-01-26 00:56:33 +03:00

9 lines
239 B
Kotlin
Vendored

// "Add Android View constructors using '@JvmOverloads'" "true"
// ERROR: This type has a constructor, and thus must be initialized here
// WITH_RUNTIME
package com.myapp.activity
import android.view.TextView
class Foo : TextView<caret>