Implemented simplest version of unused symbol inspection.
This commit is contained in:
@@ -451,6 +451,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
testClass(javaClass<AbstractJetInspectionTest>()) {
|
||||
model("intentions", pattern = "^(inspections\\.test)$", singleClass = true)
|
||||
model("inspections", pattern = "^(inspections\\.test)$", singleClass = true)
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractHierarchyTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user