Files
Chris Smowton 6ea7b195db Add test for a module declaration made in a file named other than module-info.java
This triggers a weird corner case in our extractor, which used to throw a null pointer exception.
2023-09-14 17:42:00 +01:00

6 lines
82 B
Java

package somepkg;
public class SomeClass {
public static void someMethod() {}
}