Skip to content

Commit

Permalink
fix i10347
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Jun 3, 2024
1 parent e9c949d commit 8790389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pos/i10347/C_2.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public class C_2 {
String hi = A.foo().head();
String hy = A.bar().head();
String hy = A.bar().head().s();
String hj = A.baz("").head();
}

0 comments on commit 8790389

Please sign in to comment.