summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t32/after/test.java
blob: 27e7eeb25258d642be500d58d23ea1b3c802a126 (plain)
1
2
3
4
5
6
7
/**
* {@link #bar(int)}
*/
class Test {

  void bar(int i) {}
}