Sign in
android
/
platform
/
dalvik.git
/
refs/heads/main-plus-java-next-dev
/
.
/
dx
/
tests
/
115-merge
/
testdata
/
Basic.java
blob: 01a16353680872fda00df1c37cf0bc6956e99cf0 [
file
] [
edit
]
package
testdata
;
public
class
Basic
{
String
field
=
"this is a field"
;
String
method
()
{
return
"this is a method result"
;
}
}