Display Quick Documentation for reserved words

#KT-9934 Fixed
This commit is contained in:
shiraji
2017-12-15 07:37:43 +03:00
committed by Nikolay Krasko
parent 53607ba8d4
commit d3895c519c
6 changed files with 57 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class Foo {
val <caret>lateinit: String = ""
}
//INFO: <div class='definition'><pre><a href="psi_element://Foo"><code>Foo</code></a><br>public final val <b>lateinit</b>: String</pre></div>