Add resources-en for idea
#KT-38297 Fixed
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