Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
interface A {
|
||||
fun foo(): Int
|
||||
}
|
||||
|
||||
<spot>class B : A {
|
||||
override fun foo(): Int {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}</spot>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
<spot>interface A</spot> {
|
||||
fun foo(): Int<
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention:
|
||||
<ul>
|
||||
<li>creates a default implementation for an interface or an abstract class</li>
|
||||
<li>creates a subclass of a sealed or open class</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user