art/test/631-checker-get-class/info.txt

5 lines
121 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
Checker test to make sure we recognize the pattern:
if (foo.getClass() == Foo.class)
For doing better type propagation.