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