You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, it is definitely doable. We could also add a quick fix. So the type parameter gets replaced with Foo, what do you think?
What would be the severity level of this lint? I assume it would be error and not warning?
Foo
's companion object extends ComponentFactory or ViewModelFactory, its type parameter must beFoo
.I'd like to have a lint checker for the above rule.
That is, the lint checker reports mismatches like this:
The text was updated successfully, but these errors were encountered: