summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t105/before/test.java
blob: 763dc905176d5e51f20a2f18ce77dc2170398371 (plain)
1
2
3
public class Test<T> {
  T t;
}