Knows Current File
Utility methods for working with a MessageCollector when the current file is available
Functions
Link copied to clipboard
Get the message location for an element
Link copied to clipboard
open fun MessageCollector.reportError(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportError(message: String, location: IrElement)
Content copied to clipboard
Link copied to clipboard
open fun MessageCollector.reportInfo(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportInfo(message: String, location: IrElement)
Content copied to clipboard
Link copied to clipboard
open fun MessageCollector.reportWarning(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportWarning(message: String, location: IrElement)
Content copied to clipboard