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