Skip to content

Commit 6de432a

Browse files
committed
Update check file
1 parent 7ffc78c commit 6de432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i2033.check

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Error: tests/neg/i2033.scala:7:30 -----------------------------------------------------------------------------------
22
7 | val arr = bos toByteArray () // error
33
| ^^
4-
|can't supply unit value with infix notation because nullary method method toByteArray: (): Array[Byte] takes no arguments; use dotted invocation instead: (...).toByteArray()
4+
|can't supply unit value with infix notation because nullary method toByteArray: (): Array[Byte] takes no arguments; use dotted invocation instead: (...).toByteArray()
55
-- [E007] Type Mismatch Error: tests/neg/i2033.scala:20:35 -------------------------------------------------------------
66
20 | val out = new ObjectOutputStream(println) // error
77
| ^^^^^^^

0 commit comments

Comments
 (0)