Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a0619e25aacf8b8074132f4951f75fdbcfd42925
/
.
/
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.