Migrate uses of bar.dyn_cast<Foo>()
to dyn_cast<Foo>(bar)
#1810
Annotations
12 warnings
bar.dyn_cast<Foo>()
to dyn_cast<Foo>(bar)
#1810