KT-7704 Intention actions on visibility modifier for quick changing it

#KT-7704 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-12 19:41:44 +03:00
parent ad91d2cd9e
commit 181af17315
67 changed files with 532 additions and 13 deletions
@@ -0,0 +1,4 @@
class C {
<spot>protected</spot> fun foo() {
}
}
@@ -0,0 +1,4 @@
class C {
<spot>private</spot> fun foo() {
}
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention changes declaration visibility modifier to 'protected'.
</body>
</html>