// "Safe delete 'something'" "false" // ACTION: Convert function to property // ACTION: Convert member to extension // ACTION: Convert to block body // ACTION: Make open // ACTION: Move to companion object // ACTION: Specify return type explicitly abstract class Abstract { fun something() = "hi" } class Test: Abstract(), Inter { }