ac8532ffce
#KT-6604 Fixed
4 lines
159 B
Kotlin
Vendored
4 lines
159 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$InitializeWithConstructorParameter" "false"
|
|
fun test() {
|
|
<caret>val n: Int
|
|
} |