I think it would be nice if we could restrict that...
# language-proposals
t
I think it would be nice if we could restrict that passing parameters to specific function must use named or positional arguments only. It would make it easier to maintain source compatibility in some cases. I guess it could make it difficult for compiler to preserve binary compatibility for named arguments only functions.
2
g
I believe there is an issue about this on Kotlin tracker
m
i