df23ff3473
- Extract quickfix method - Delete redundant semicolon - Do not replace initializer PSI element
9 lines
99 B
Kotlin
9 lines
99 B
Kotlin
// "Add 'init' keyword" "true"
|
|
fun foo() = 1
|
|
class A {
|
|
val prop = foo()
|
|
;<caret>{
|
|
|
|
}
|
|
}
|