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