// "Convert property getter to initializer" "false" // ERROR: Expected declaration must not have a body // ACTION: Convert to block body expect class C { val p: Int get() = 1 }