KT-14710 Sample references aren't resolved in IDE
#KT-14710 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
cd73d17bd4
commit
bf3d4471cd
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @sample samples.sample
|
||||
*/
|
||||
fun some<caret>() {
|
||||
|
||||
}
|
||||
|
||||
//INFO: <pre><b>public</b> <b>fun</b> some(): Unit <i>defined in</i> root package</pre><br/>
|
||||
//INFO: <dl><dt><b>Samples:</b></dt><dd><a href="psi_element://samples.sample"><code>samples.sample</code></a><pre><code>
|
||||
//INFO: println("Hello, world")
|
||||
//INFO: </code></pre></dd></dl>
|
||||
Reference in New Issue
Block a user