Add "Rename class to containing file name" intention
#KT-25262 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
39016594b1
commit
e340af51df
+4
@@ -0,0 +1,4 @@
|
||||
// Bar.kt
|
||||
|
||||
class <spot>Bar</spot> {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// Bar.kt
|
||||
|
||||
class <spot>Foo</spot> {
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention renames the class to containing file name.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user