Skip to content

Commit

Permalink
Skip test wait for discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed May 1, 2024
1 parent e052dfe commit f739848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testinput/typecheck/GenericInterfaces.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import qual.Immutable;
import qual.Mutable;
import qual.Readonly;
// @skip-test wait for discussion

interface MIt<E extends @Readonly Object> {
E next();
Expand Down
1 change: 1 addition & 0 deletions testinput/typecheck/Static.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void twoRuntimeSemantics() {

// :: error: (static.receiverdependantmutable.forbidden)
static @ReceiverDependantMutable Object readStaticReceiverDependantMutableField(
// :: error: (static.receiverdependantmutable.forbidden)
@ReceiverDependantMutable Object p) {
return o;
// TODO Avoid warnings for receiverdependantmutable fields in anonymous class
Expand Down

0 comments on commit f739848

Please sign in to comment.