Do not show doc-comment references in data flow

This commit is contained in:
Valentin Kipyatkov
2020-04-13 12:42:16 +03:00
parent 84a786dde3
commit 06de3de1a6
8 changed files with 53 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* @see KotlinClass#foo()
*/
class JavaClass {
}