mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
11 lines
123 B
Java
11 lines
123 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package p;
|
|
|
|
public class SourcePath2A {
|
|
}
|
|
|
|
class Trash {
|
|
this_should_not compile_at_all;
|
|
}
|