summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t96/after/test.java
blob: 25357fd4611805c655d67f728be9cf1474fba5e3 (plain)
1
2
3
4
5
public class Test {
   String f1 = null;
   String f2 = f1;

}