aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/javaCodeInParam.java
blob: 73025fcc94a0d9783c21fb771863b66090ed9abc (plain)
1
2
3
4
5
/**
 * @param T this is {@code some code} and other text
 */
class C<T> {
}