
dotty.tools.dotc.interfaces.DiagnosticRelatedInformation Maven / Gradle / Ivy
The newest version!
package dotty.tools.dotc.interfaces;
public interface DiagnosticRelatedInformation {
SourcePosition position();
String message();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy