UnusedVariable

class UnusedVariable(message: String, sourceLocation: SourceLocation) : Issue

A variable is unused

Constructors

UnusedVariable
Link copied to clipboard
fun UnusedVariable(message: String, sourceLocation: SourceLocation)

Properties

message
Link copied to clipboard
val message: String
severity
Link copied to clipboard
val severity: Issue.Severity
sourceLocation
Link copied to clipboard
val sourceLocation: SourceLocation