Remove Function Body Quick-Fix: Convert to Kotlin & refactor. Add tests with comments

This commit is contained in:
Alexey Sedunov
2016-01-06 15:20:46 +03:00
parent de8a3c17a2
commit 6be44f59da
8 changed files with 60 additions and 75 deletions
@@ -0,0 +1,4 @@
// "Remove function body" "true"
abstract class A() {
<caret>abstract fun foo() // 3/*1*/
}