blob: f236a22e1f3ed164bbdd3b8e5790a9186022785d [file] [log] [blame]
Nicolas Geoffrayc52b26d2016-12-19 09:18:07 +00001Checker test to make sure we recognize the pattern:
2if (foo.getClass() == Foo.class)
3
4For doing better type propagation.