Files
openide/java/java-tests/testData/codeInsight/commentByBlock/java/afterIdeadev27995.java
Dmitry Jemerov cbd42f55d8 Extract Java and XML specific parts out of CommentByBlockTest
GitOrigin-RevId: 500c2c8ea836e4ec4131f626310f00f9b0737f2e
2022-05-02 16:17:13 +00:00

10 lines
166 B
Java

class A {
void foo() {
<selection>/*
nameWidth += tree.getFontMetrics(tree.getFont()*/
/*.deriveFont(Font.ITALIC)*//*
).stringWidth(text);
*/
</selection>
}
}