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