Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
}
|
||||
|
||||
<spot>fun foo() = 1</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
companion object {
|
||||
<spot>fun foo() = 1</spot>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention moves object members to the top level of the file.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user