allwinner_a64/android/art/test/631-checker-get-class/info.txt
2018-08-08 16:48:17 +08:00

4 lines
121 B
Text

Checker test to make sure we recognize the pattern:
if (foo.getClass() == Foo.class)
For doing better type propagation.