JavaCompilerCore/resources/bytecode/javFiles/OverrideRoot.java
Daniel Holle 1c63321b30
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 2m35s
Fix #294
2024-03-20 14:37:15 +01:00

3 lines
86 B
Java

public abstract class OverrideRoot {
public abstract int method(int a, float b);
}