mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
10 lines
123 B
Java
10 lines
123 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
package p;
|
|
|
|
public class SourcePath2A {
|
|
}
|
|
|
|
class Trash {
|
|
this_should_not compile_at_all;
|
|
}
|