Skip to content

Commit fcbe39a

Browse files
paulpadriaanm
authored andcommitted
Some minor polishing to the previous repl compl...
Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
1 parent dd6b53d commit fcbe39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/jvm/interpreter.check

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ scala>
229229
scala>
230230
plusOne: (x: Int)Int
231231
res0: Int = 6
232-
res0: java.lang.String = after reset
232+
res1: java.lang.String = after reset
233233
<console>:5: error: not found: value plusOne
234234
plusOne(5) // should be undefined now
235235
^

0 commit comments

Comments
 (0)