173: Revert changes for IDEA < 181
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Some documentation
|
||||
* on two lines.
|
||||
*/
|
||||
fun testMethod() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
<caret>testMethod()
|
||||
}
|
||||
|
||||
//INFO: <pre><b>public</b> <b>fun</b> testMethod(): Unit <i>defined in</i> root package <i>in file</i> OnMethodUsageMultiline.kt</pre><p>Some documentation on two lines.</p>
|
||||
Reference in New Issue
Block a user