We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c949d commit 8790389Copy full SHA for 8790389
tests/pos/i10347/C_2.java
@@ -1,5 +1,5 @@
1
public class C_2 {
2
String hi = A.foo().head();
3
- String hy = A.bar().head();
+ String hy = A.bar().head().s();
4
String hj = A.baz("").head();
5
}
0 commit comments