Searched defs:hasErrors (Results 1 – 1 of 1) sorted by relevance
83 private var hasErrors = false in toString() variable in com.android.tools.metalava.Reporter388 fun hasErrors(): Boolean = hasErrors in toString() method