Fix for KT-10665, now only signature + deprecation info shown in quick navigation tooltip

Fix tests, to use full documentation mode instead of quick navigate
This commit is contained in:
Simon Ogorodnik
2016-11-16 19:27:49 +03:00
parent 1c75c02dfe
commit e4a383f3e2
35 changed files with 62 additions and 51 deletions
@@ -8,7 +8,7 @@
*/
class <caret>A<T>
//INFO: <b>public</b> <b>final</b> <b>class</b> A&lt;T&gt; <i>defined in</i> root package<p>Code block:</p>
//INFO: <pre><b>public</b> <b>final</b> <b>class</b> A&lt;T&gt; <i>defined in</i> root package</pre><p>Code block:</p>
//INFO: <pre><code>
//INFO: A&lt;T&gt;
//INFO: </code></pre><p>Code span: <code>&lt;T&gt;</code> is type parameter</p>