mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
11 lines
225 B
Java
11 lines
225 B
Java
public class Test {
|
|
|
|
public static void test() {
|
|
var x = Unavailable.f()::g;
|
|
}
|
|
|
|
}
|
|
|
|
// Diagnostic Matches: 1 javac errors
|
|
// Diagnostic Matches: Unable to extract method reference Unavailable.f()::g with no owner type
|