Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
92afd12816be0bcb141be3c15d8b5ae8d4377a1a
/
.
/
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.