dalvik/dx/tests/119-merge-conflict/testdata/A.java

8 lines
96 B
Java
Raw Normal View History

2025-08-25 08:26:03 +08:00
package testdata;
public class A {
String hello() {
return "hello from A";
}
}