Stop using AugmentableElement
Closed this issue · 3 comments
scheglov commented
See https://dart-review.googlesource.com/c/sdk/+/414582, we were not able to remove it because DartDoc uses it.
srawlins commented
I see we're only using it in Dartdoc in an if (foo is AugmentableElement)
; will there just be no AugmentableElements after the change? We should just not support any element being an AugmentableElement?
scheglov commented
There will be no implementations of AugmentableElement
after the CL lands.