Files
kotlin-fork/j2k/testData/fileOrElement/docComments/aWithoutHref.kt
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
98 B
Kotlin
Vendored

/**
* <a name="some_important_name">Important</a>
* <a>Just an link without href</a>
*/
class A