Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
e886d68b9c40c941d8966b9c90d0e265c75fb19e
/
.
/
test
/
631-checker-get-class
/
info.txt
blob: f236a22e1f3ed164bbdd3b8e5790a9186022785d [
file
] [
log
] [
blame
]
Nicolas Geoffray
c52b26d
2016-12-19 09:18:07 +0000
[
diff
] [
blame
]
1
Checker test to make sure we recognize the pattern:
2
if (foo.getClass() == Foo.class)
3
4
For doing better type propagation.