suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
MIT License
268 stars 31 forks source link

fills duplicated lambda argument that has already been added as trailing lambda #85

Closed oboenikui closed 1 year ago

oboenikui commented 1 year ago

Trailing lambdas placed outside of parentheses should not be added, but they are.

https://user-images.githubusercontent.com/3191462/209628892-c8b9aa90-e525-47a4-9df6-4d66a3f01f2f.mp4

In this movie, completion of second foo is buggy.