UnusedVariable

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

A variable is unused

Constructors

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

Properties

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