Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
76e52e887a3c9177d9e2a79542f49b649c3ceb07
/
.
/
test
/
631-checker-get-class
/
info.txt
blob: f236a22e1f3ed164bbdd3b8e5790a9186022785d [
file
] [
log
] [
blame
]
Checker test to make sure we recognize the pattern:
if (foo.getClass() == Foo.class)
For doing better type propagation.