Files
kotlin-fork/idea/testData/editor/quickDoc/OnClassDeclarationWithNoPackage.kt
T
Simon Ogorodnik e4a383f3e2 Fix for KT-10665, now only signature + deprecation info shown in quick navigation tooltip
Fix tests, to use full documentation mode instead of quick navigate
2016-11-29 14:08:10 +03:00

7 lines
163 B
Kotlin
Vendored

/**
* Usefull comment
*/
class <caret>Some
//INFO: <pre><b>public</b> <b>final</b> <b>class</b> Some <i>defined in</i> root package</pre><p>Usefull comment</p>