30d697109c
#KT-6970 Fixed
16 lines
215 B
Kotlin
Vendored
16 lines
215 B
Kotlin
Vendored
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateSecondaryConstructorAction
|
|
class Foo {<caret>
|
|
val n: Int
|
|
|
|
val x = 1
|
|
|
|
val m: Int
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
}
|
|
} |