Skip to content

Commit

Permalink
Adapt to type inference failures instead of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Feb 4, 2025
1 parent c7fb005 commit cee7010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
StubTypeParamsMeth.java:13:15: compiler.err.proc.messager: (type.argument.type.incompatible)
StubTypeParamsMeth.java:13:15: compiler.err.proc.messager: (type.arguments.not.inferred)
1 error
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
StubTypeParamsMethNbl.java:13:23: compiler.err.proc.messager: (type.argument.type.incompatible)
StubTypeParamsMethNbl.java:13:23: compiler.err.proc.messager: (type.arguments.not.inferred)
1 error

0 comments on commit cee7010

Please sign in to comment.