DEBSOURCES
Skip Quicknav
sources / android-platform-dalvik / 8.1.0%2Br23-2 / dx / tests / 115-merge / testdata / Basic.java
12345678910
package testdata; public class Basic { String field = "this is a field"; String method() { return "this is a method result"; } }