summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t96/before/test.java
blob: 55d7110ccb831038c4e8e1d34f346653e99c6863 (plain)
1
2
3
4
5
public class Test {
   Integer f1 = null;
   Integer f2 = f1;

}