Android: Add intention to generate View constructor convention
Fixes #KT-15150
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
f74c0950d2
commit
ca86dbee72
@@ -0,0 +1,9 @@
|
||||
// "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>
|
||||
Reference in New Issue
Block a user