Remove Function Body Quick-Fix: Convert to Kotlin & refactor. Add tests with comments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
<caret>abstract fun foo() = /*1*/
|
||||
{ "" /*2*/ } // 3
|
||||
}
|
||||
Reference in New Issue
Block a user