Skip to content

Commit 78f72f2

Browse files
committed
Fix another repl test
I am getting fed up that changing a broken error message output causes so much work. It's a powerful incentive to leave error messages in a bad state!
1 parent e9644e3 commit 78f72f2

File tree

1 file changed

+1
-1
lines changed
  • compiler/test-resources/repl

1 file changed

+1
-1
lines changed

compiler/test-resources/repl/1379

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
scala> object Foo { val bar = new Object { def baz = 1 }; bar.baz }
22
1 | object Foo { val bar = new Object { def baz = 1 }; bar.baz }
33
| ^^^^^^^
4-
| value baz is not a member of Object - did you mean bar.eq?
4+
| value baz is not a member of Object

0 commit comments

Comments
 (0)