Skip to content

Commit

Permalink
Merge pull request #6 from xingweitian/xwt-fix-test-cases
Browse files Browse the repository at this point in the history
Make testinput/typecheck/OnlyOneModifierIsUse.java pass
  • Loading branch information
xingweitian authored Aug 17, 2019
2 parents 147db8d + 10613ac commit 505dcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testinput/typecheck/OnlyOneModifierIsUse.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

public class OnlyOneModifierIsUse {

// :: error: (type.invalid)
// :: error: (type.invalid.conflicting.annos)
@Readonly @Immutable Object field;
// :: error: (type.invalid)
// :: error: (type.invalid.conflicting.annos)
String @Readonly @Immutable [] array;
}

0 comments on commit 505dcf8

Please sign in to comment.