JavaCompilerCore/resources/AllgemeinTest/Foo.jav
pl@gohorb.ba-horb.de 56b73332c0 modified: pom.xml
new file:   resources/AllgemeinTest/Foo.jav
	modified:   src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/FCGenerator.java
2024-07-24 18:27:32 +02:00

6 lines
75 B
Java

public class Foo{
public accept(Bar b){
b.visit(this);
}
}