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>
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
interface A {
|
||||
<spot>fun foo(): Int</spot>
|
||||
}
|
||||
|
||||
class B : A {
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention searches for all classes that can implement the selected abstract member and creates a default implementation there.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user