summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t124/before/test.java
blob: b40d864d16c7ebee5cd547dcbb1932e3e05756c7 (plain)
1
2
3
4
5
class Test {
  public <U> U meth(U p) {
    return p;
  }
}