JavaTXCompilerInJavaTX/javatx-src/main/java/de/dhbwstuttgart/parser/SourceLoc.java

5 lines
85 B
Java
Raw Normal View History

2024-03-16 16:16:23 +00:00
package de.dhbwstuttgart.parser;
public record SourceLoc(String file, int line) {
}