4a3e904c6e
Reviewed-by: mcimadamore
15 lines
282 B
Java
15 lines
282 B
Java
/*
|
|
* @test /nodynamiccopyright/
|
|
* @library ..
|
|
* @build DocLintTester
|
|
* @run main DocLintTester -ref InsertImplicit.out InsertImplicit.java
|
|
*/
|
|
|
|
// tidy: Warning: inserting implicit <.*>
|
|
|
|
/**
|
|
* </p>
|
|
* <i> <blockquote> abc </blockquote> </i>
|
|
*/
|
|
public class InsertImplicit { }
|