aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/javaCodeInParam.java
blob: d1cdf6cd4bb78c78cdaba8fbfbceb7915798d93b (plain)
1
2
3
4
5
6
7
package test;

/**
 * @param T this is {@code some code} and other text
 */
class C<T> {
}