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:
+4
-1
@@ -2,4 +2,7 @@ fun testing() {
|
||||
<caret>SomeClass<List<String>>()
|
||||
}
|
||||
|
||||
//INFO: <b>public</b> <b>constructor</b> SomeClass<T : (<(raw) Any?><Any?>..<(raw) Any?><*>?)>()<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass<T extends java.util.List> extends Object
|
||||
//INFO: <html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>public class <b>SomeClass</b><T extends <a href="psi_element://java.util.List"><code>List</code></a>>
|
||||
//INFO: extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
|
||||
//INFO: Some Java Class
|
||||
//INFO: <DD><DL><DT><b>Type parameters:</b><DD><code><T></code> - </DD></DL></DD></body></html>
|
||||
|
||||
Reference in New Issue
Block a user