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