Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/javadocLinkAsPlainText/before1.java
Andrey.Cherkasov 88a009e6be [java-inspections] JavadocLinkAsPlainText and JavaDocReference: extract and unify UrlToHtmlFix for both inspections
IJ-CR-21142

GitOrigin-RevId: 64d01c0308d19de5c2e22eaefa8e1d7772e3fca4
2022-04-13 10:09:41 +00:00

6 lines
106 B
Java

// "Replace URL with HTML link" "true"
/**
* abc https://en.wikipedia.org/<caret> def
*/
class Main { }