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
+3 -1
View File
@@ -2,4 +2,6 @@ fun ktTest() {
Test.<caret>foo("SomeTest")
}
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: String!): Array&lt;(out) Any!&gt;!<br/>Java declaration:<br/>Test...
//INFO: <html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://Test"><code>Test</code></a></b></small><PRE><i>@Contract(value = &quot;_ -&gt; !null&quot;, pure = true)</i>&nbsp;
//INFO: public static&nbsp;<a href="psi_element://java.lang.Object"><code>Object</code></a>[]&nbsp;<b>foo</b>(<a href="psi_element://java.lang.String"><code>String</code></a>&nbsp;param)</PRE>
//INFO: Java Method</body></html>