aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/functionWithDefaultParameter.md
blob: 1acab0ef24a444deb1deee87a59a5dec63dafd7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[test](out.md) / [](out.md) / [f](out.md)


# f


```
fun f(x: String = ""): Unit
```