Do not add explicit visibility modifiers in Override/Implement
This commit is contained in:
@@ -2,7 +2,7 @@ package foo
|
||||
|
||||
class Impl: B {
|
||||
|
||||
public override fun foo(r: Runnable?) {
|
||||
override fun foo(r: Runnable?) {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user