Changes after forbidding modality modifiers in accessors
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
<caret>abstract fun foo() : Any { return "a" }
|
||||
}
|
||||
Reference in New Issue
Block a user