Files
kotlin-fork/idea/testData/codeInsight/breadcrumbs/Try.txt
T
Valentin Kipyatkov 75d56e4902 Better tooltip for try
2016-10-04 19:36:07 +03:00

11 lines
177 B
Plaintext
Vendored

Crumbs:
foo()
try
finally
catch (RuntimeException)
Tooltips:
function <b><code>foo()</code></b>
try {…}
catch(Exception) {…}
finally
catch (RuntimeException)