Do not add explicit visibility modifiers in Override/Implement
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import foo.Intf
|
||||
|
||||
class Impl(): Intf() {
|
||||
|
||||
protected override fun getFooBar(): String? {
|
||||
override fun getFooBar(): String? {
|
||||
return super<Intf>.getFooBar()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user