Intentions: 'Implement abstract member' (Kotlin -> Kotlin)
#KT-8467 In Progress
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// ERROR: Function 'foo' without a body must be abstract
|
||||
open class A {
|
||||
fun <caret>foo(): Int
|
||||
}
|
||||
Reference in New Issue
Block a user