summaryrefslogtreecommitdiff
path: root/dx/tests/119-merge-conflict/testdata/A.java
blob: 8ff83410530fbb37ce43fc41173dff07c8ee395c (plain)
1
2
3
4
5
6
7
package testdata;

public class A {
    String hello() {
        return "hello from A";
    }
}