Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed May 11, 2023
1 parent 2343585 commit fdd8bb8
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,13 @@ void matches() {
" return new int[4];",
" }",
"",
" static String[] util() {",
" return new String[5];",
" }",
"",
" String[] negative2() {",
" return A.util();",
" return \"foo\".split(\"o\");",
" }",
"",
" String[] positive1() {",
" String a = \"a\";",
" // BUG: Diagnostic contains:",
" return Refaster.asVarargs(a);",
" return Refaster.asVarargs(\"o\");",
" }",
"}")
.doTest();
Expand Down

0 comments on commit fdd8bb8

Please sign in to comment.