Files
kotlin-fork/j2k/testData/fileOrElement/docComments/escapedCharactersInCodeQuote.java
T
Simon Ogorodnik d731f97c7d Fix KT-13021, KT-13020, Test for already fixed KT-6941
Fixes on javadoc to kdoc comments convert
2016-10-13 18:52:31 +03:00

5 lines
44 B
Java
Vendored

/**
* {@code A<B}
*/
public class C {
}