mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
This triggers a weird corner case in our extractor, which used to throw a null pointer exception.
6 lines
82 B
Java
6 lines
82 B
Java
package somepkg;
|
|
|
|
public class SomeClass {
|
|
public static void someMethod() {}
|
|
}
|