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