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
+1 -1
View File
@@ -14,4 +14,4 @@ fun test() {
D().f<caret>oo()
}
//INFO: <b>internal</b> <b>open</b> <b>fun</b> foo(): Int <i>defined in</i> D<p>This method returns zero.</p>
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(): Int <i>defined in</i> D<p>This method returns zero.</p>