Skip to content

Commit

Permalink
Correcting golden output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Oct 19, 2020
1 parent 58fd12b commit f1b02a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DeconstructionPatternErrors.java:15:28: compiler.err.underscore.as.identifier
DeconstructionPatternErrors.java:15:28: compiler.err.underscore.not.allowed
DeconstructionPatternErrors.java:15:29: compiler.err.expected: token.identifier
DeconstructionPatternErrors.java:16:29: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.util.List<java.lang.String>, java.util.ArrayList<java.lang.Integer>)
DeconstructionPatternErrors.java:17:29: compiler.err.instanceof.reifiable.not.safe: java.lang.Object, java.util.ArrayList<java.lang.Integer>
Expand Down

0 comments on commit f1b02a1

Please sign in to comment.