ca86dbee72
Fixes #KT-15150
9 lines
239 B
Kotlin
Vendored
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> |