Generate Secondary Constructor: Fix test data loading. Add test with non-generic Java superclass
This commit is contained in:
committed by
Alexey Sedunov
parent
3c07bc3df7
commit
07259fa090
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateSecondaryConstructorAction
|
||||
class Foo<U> : Base<U, Int> {<caret>
|
||||
class Foo : Base {<caret>
|
||||
val x = 1
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user