Actions
Architecture #11969
closedArchitecture #11955: Remove most scala compilation warning
Remove "non-uniry def overrides unary def"
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
In Scala, you are able to do:
trait Foo { def bar: String } class C extends Foo { override dev bar(): String = ???
Which makes little sense, and rise a warning.
Remove these cases.
Actions