mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
- Ignore empty lines in actual test data - Don't generate additional //INFO: in final file diff
14 lines
991 B
Kotlin
Vendored
14 lines
991 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(pure = true)</i>
|
|
//INFO: <i>@<a href="psi_element://org.jetbrains.annotations.NotNull"><code>NotNull</code></a></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
|
|
//INFO:
|
|
//INFO: <i>Inferred</i> annotations available:<br>
|
|
//INFO: <ul>
|
|
//INFO: <li><i>@org.jetbrains.annotations.Contract(pure = true)</i> <i>@<a href="psi_element://org.jetbrains.annotations.NotNull"><code>org.jetbrains.annotations.NotNull</code></a></i></li>
|
|
//INFO: </ul></body></html>
|