Fix tests after implementing trailing comma in formatter
#KT-34744
This commit is contained in:
+4
-2
@@ -115,8 +115,10 @@ class SmartEnterCompletionTest : KotlinLightCodeInsightFixtureTestCase() {
|
||||
fun foo(p:Int) {}
|
||||
|
||||
fun test() {
|
||||
foo(1 +
|
||||
2)<caret>
|
||||
foo(
|
||||
1 +
|
||||
2,
|
||||
)<caret>
|
||||
}
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user