Skip to content
Prev Previous commit
Next Next commit
Check if we get method annotation references on built-in ones..
  • Loading branch information
antonsviridov-src committed Aug 5, 2024
commit a152862c639c7643758458548847c1e6e4bf8304
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ interface Foo {
double test();

@Bar(~5)
@SuppressWarnings(value = "unchecked")
double test2();

@BarB(!true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface Foo {
double test();

@Bar(~5)
@SuppressWarnings(value = "unchecked")
double test2();

@BarB(!true)
Expand Down