Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 8, 2024
1 parent e2ddb2e commit 73922f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/javalib/module/14-error-prone/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object `package` extends RootModule with JavaModule with ErrorProneModule {

> ./mill compile
error: [warn] .../src/ShortSet.java:11:15: [CollectionIncompatibleType] Argument 'i - 1' should not be passed to this method; its type int is not compatible with its collection's type argument Short
error: [warn] s.remove(i - 1);
error: [warn] s.remove(i - 1);
error: [warn] ^ (see https://errorprone.info/bugpattern/CollectionIncompatibleType)
error: [warn] 1 warning
error: [warn] ^
Expand Down

0 comments on commit 73922f0

Please sign in to comment.