Commit 4cdb2f6
refactor(material-experimental/mdc-tooltip): add override keyword to satisfy noImplicitOverride (#23017)
Given we merged the `noImplicitOverride` PR together with a couple of
other PRs, new methods could have been introduced that did not use
the `override` keyword. This is the case for the MDC tooltip `_onShow`
method. This commit adds the necessary `override` keyword.1 parent 69d1ee7 commit 4cdb2f6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
0 commit comments