mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
enumValueOf: test data fixed (now "_ -> param1" contract is inferred)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre><a href="psi_element://En"><code>En</code></a><br><i>@<a href="psi_element://org.jetbrains.annotations.Contract"><code>Contract</code></a>(pure = true)</i>
|
||||
<html><head><base href="placeholder"></head><body><div class='definition'><pre><a href="psi_element://En"><code>En</code></a><br><i>@<a href="psi_element://org.jetbrains.annotations.Contract"><code>Contract</code></a>(value = "_ -> param1", pure = true)</i>
|
||||
static int <b>valueOf</b>(int i)</pre></div><div class='content'>
|
||||
myjavadoc
|
||||
<p></div><table class='sections'><p><tr><td valign='top' class='section'><p>Params:</td><td valign='top'>i – </td><tr><td valign='top' class='section'><p>Returns:</td><td valign='top'><p></td><tr><td valign='top' class='section'><p><i>Inferred</i> annotations:</td><td valign='top'><p><i>@<a href="psi_element://org.jetbrains.annotations.Contract">org.jetbrains.annotations.Contract</a>(pure = true)</i></td></table>
|
||||
<p></div><table class='sections'><p><tr><td valign='top' class='section'><p>Params:</td><td valign='top'>i – </td><tr><td valign='top' class='section'><p>Returns:</td><td valign='top'><p></td><tr><td valign='top' class='section'><p><i>Inferred</i> annotations:</td><td valign='top'><p><i>@<a href="psi_element://org.jetbrains.annotations.Contract">org.jetbrains.annotations.Contract</a>(value = "_ -> param1", pure = true)</i></td></table>
|
||||
Reference in New Issue
Block a user