Put parameters on line: don't suggest if parameters has end-of-line comments

#KT-35214 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-12-02 19:06:05 +09:00
committed by igoriakovlev
parent efa981db36
commit 89cc5777ce
4 changed files with 30 additions and 1 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
fun foo(
<caret>a: Int, // comment
b: Int
) = 1