summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t112/before/test.java
blob: e7bf28f0de1eae0f294f13b68e5e920cebd40746 (plain)
1
2
3
4
5
public class Test {
  Integer method() {
    return 112;
  }
}