We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a475e63 commit d7b83a1Copy full SHA for d7b83a1
proposal.md
@@ -48,7 +48,7 @@ For persistent collection interfaces there shall be provided the following imple
48
49
class Query(parameters: List<Parameter>) {
50
// creates an immutable list or does nothing if it's already immutable
51
- val parameters = parameters.toImmutable()
+ val parameters = parameters.toImmutableList()
52
}
53
```
54
0 commit comments