fix tests in org.jetbrains.kotlin.idea.editor.quickDoc

This commit is contained in:
Michael Nedzelsky
2015-09-04 22:40:38 +03:00
parent c861b036a0
commit fa97b8f91e
13 changed files with 13 additions and 13 deletions
@@ -12,5 +12,5 @@ package test
*/
fun <caret>testFun(first: String, second: Int) = 12
//INFO: <b>internal</b> <b>fun</b> testFun(first: String, second: Int): Int <i>defined in</i> test<p>Test function</p>
//INFO: <b>public</b> <b>fun</b> testFun(first: String, second: Int): Int <i>defined in</i> test<p>Test function</p>
//INFO: <dl><dt><b>Parameters:</b></dt><dd><code>first</code> - Some</dd><dd><code>second</code> - Other</dd></dl>