Skip to content

Commit 671b9a6

Browse files
committed
Fix markers harder
1 parent 17b173c commit 671b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i4058.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class C(abstract val a: Int) // error
44
class D {
55
def f(sealed a: Int) = 0 // error
66
def g(lazy a: Int) = 0 // error
7-
def g(ov erride a: Int) = 0 //error
7+
def g(override a: Int) = 0 // error
88
def g(abstract a: Int) = 0 // error
99
}

0 commit comments

Comments
 (0)