Do not insert explicit visibility modifier if it's default
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
private<caret> fun foo(){}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
protected<caret> fun foo(){}
|
||||
}
|
||||
+1
-1
@@ -3,5 +3,5 @@ interface I {
|
||||
}
|
||||
|
||||
abstract class C : I {
|
||||
<caret>protected override fun foo() {}
|
||||
<caret>override fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user