aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/overloads.kt
blob: dcd2d097fe00a04d16d69181668541b0c47b1d52 (plain)
1
2
3
4
5
/** Performs an action on x. */
fun f(x: Int) { }

/** Performs an action on x. */
fun f(x: String) { }