Add description for MoveMemberToTopLevelIntention
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
class A {
|
||||||
|
}
|
||||||
|
|
||||||
|
<spot>fun foo() = 1</spot>
|
||||||
@@ -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