Add description for MoveMemberToTopLevelIntention

This commit is contained in:
shiraji
2017-10-24 17:43:13 +09:00
committed by asedunov
parent bafc75ade4
commit d51fa6d87e
3 changed files with 14 additions and 0 deletions
@@ -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>