Skip to content

Commit 8790389

Browse files
committed
fix i10347
1 parent e9c949d commit 8790389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/pos/i10347/C_2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public class C_2 {
22
String hi = A.foo().head();
3-
String hy = A.bar().head();
3+
String hy = A.bar().head().s();
44
String hj = A.baz("").head();
55
}

0 commit comments

Comments
 (0)