e4a383f3e2
Fix tests, to use full documentation mode instead of quick navigate
8 lines
645 B
Kotlin
Vendored
8 lines
645 B
Kotlin
Vendored
fun ktTest() {
|
|
Test.<caret>foo("SomeTest")
|
|
}
|
|
|
|
//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 = "_ -> !null", pure = true)</i>
|
|
//INFO: public static <a href="psi_element://java.lang.Object"><code>Object</code></a>[] <b>foo</b>(<a href="psi_element://java.lang.String"><code>String</code></a> param)</PRE>
|
|
//INFO: Java Method</body></html>
|