Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
2e89e901b9f303549f3ba64e45d87292e9c986c8
/
.
/
test
/
003-omnibus-opcodes
/
src
/
UnresClass.java
blob: 52b3d4fa4e4b4621e85950ddda59b57e367dc653 [
file
] [
log
] [
blame
]
jeffhao
5d1ac92
2011-09-29 17:41:15 -0700
[
diff
] [
blame
]
1
/*
2
* Unresolved class.
3
*
4
* "happy" version.
5
*/
6
7
public
class
UnresClass
{
8
int
foo
;
9
}