Reverting pull request 240
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// "Change function signature to 'override fun f(a: Int)'" "true"
|
||||
trait A {
|
||||
fun f(a: Int)
|
||||
}
|
||||
|
||||
class B : A {
|
||||
<caret>override fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user