summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t72/after/test.java
blob: ace9fbcc92a855a023dd2c6299906869aeddfc2d (plain)
1
2
3
class Test {
    Class<Integer> f = byte.class;
}