KT-7704 Intention actions on visibility modifier for quick changing it
#KT-7704 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
<spot>protected</spot> fun foo() {
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
<spot>private</spot> fun foo() {
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention changes declaration visibility modifier to 'protected'.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user