resolve KDoc references in static scope of classes as well
#KT-9946 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/** See [Integer.MAX_VA<caret>LUE] */
|
||||
class T {
|
||||
|
||||
}
|
||||
|
||||
// REF: (in java.lang.Integer).MAX_VALUE
|
||||
Reference in New Issue
Block a user