KT-14710 Sample references aren't resolved in IDE

#KT-14710 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-17 18:18:31 +03:00
committed by Simon Ogorodnik
parent cd73d17bd4
commit bf3d4471cd
8 changed files with 232 additions and 29 deletions
@@ -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>