Put parameters on line: don't suggest if parameters has end-of-line comments
#KT-35214 Fixed
This commit is contained in:
committed by
igoriakovlev
parent
efa981db36
commit
89cc5777ce
@@ -0,0 +1,10 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(
|
||||
a: Int, // comment
|
||||
b: Int
|
||||
) = 1
|
||||
|
||||
val x = foo(
|
||||
<caret>1, // comment
|
||||
2
|
||||
)
|
||||
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(
|
||||
<caret>a: Int, // comment
|
||||
b: Int
|
||||
) = 1
|
||||
Reference in New Issue
Block a user