e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
9 lines
601 B
Kotlin
Vendored
9 lines
601 B
Kotlin
Vendored
fun testing() {
|
|
<caret>SomeClass<List<String>>()
|
|
}
|
|
|
|
//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>
|