aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/javaCodeInParam.java
blob: 0d1607baeaf2a3095f104d157b15b3d708776397 (plain)
1
2
3
4
5
6
7
class C {

    /**
     * @param par this is {@code some code} and other text
     */
    public void withParam(String par) {}
}