Intentions: 'Implement abstract member' (Kotlin -> Kotlin)
#KT-8467 In Progress
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface A {
|
||||
<spot>fun foo(): Int</spot>
|
||||
}
|
||||
|
||||
class B : A {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user