We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b173c commit 671b9a6Copy full SHA for 671b9a6
tests/neg/i4058.scala
@@ -4,6 +4,6 @@ class C(abstract val a: Int) // error
4
class D {
5
def f(sealed a: Int) = 0 // error
6
def g(lazy a: Int) = 0 // error
7
- def g(ov erride a: Int) = 0 //error
+ def g(override a: Int) = 0 // error
8
def g(abstract a: Int) = 0 // error
9
}
0 commit comments