UnusedStorageCheck.this

class UnusedStorageCheck
this
(
string fileName
,
const(Scope)* sc
,
bool skipTests = false
,
string publicType = null
,
string reportType = null
)

Parameters

fileName string

the name of the file being analyzed

sc const(Scope)*

the scope

publicType string

declaration kind used in error messages, e.g. "Variable"s

reportType string

declaration kind used in error reports, e.g. "unused_variable"

Meta