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