blob: 71e2a52c0b0075f65a80452d4b0719f944b273ab [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 8004832
* @summary Add new doclint package
* @library ..
* @modules jdk.compiler/com.sun.tools.doclint
* @build DocLintTester
* @run main DocLintTester -ref NestedTag.out NestedTag.java
*/
// tidy: Warning: nested emphasis <.*>
/**
* <b><b> text </b></b>
* {@link java.lang.String <code>String</code>}
*/
public class NestedTag { }