Quickfix to correct signature of method with 'override' to not include 'override' in signature text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Change function signature to 'override fun f(a: Int, x: T)'" "true"
|
||||
// "Change function signature to 'fun f(a: Int, x: T)'" "true"
|
||||
trait A<R> {
|
||||
fun f(a: Int, b: R)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user