We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6a40b commit c5001a8Copy full SHA for c5001a8
2 files changed
java/ql/test/library-tests/unknown-method-reference-lhs/Diags.expected
@@ -1,2 +1,2 @@
1
-| Test.java:0:0:0:0 | 1 |
+| Test.java:0:0:0:0 | 1 javac errors |
2
| Test.java:4:13:4:30 | Unable to extract method reference Unavailable.f()::g with no owner type |
java/ql/test/library-tests/unknown-method-reference-lhs/Test.java
@@ -5,3 +5,6 @@ public static void test() {
5
}
6
7
8
+
9
+// Diagnostic Matches: 1 javac errors
10
+// Diagnostic Matches: Unable to extract method reference Unavailable.f()::g with no owner type
0 commit comments