aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithParams.kt
blob: 85c49368941092c8263c4303f05c89c77e9445d7 (plain)
1
2
3
4
5
6
7
8
/**
 * Multiline
 *
 * Function
 * Documentation
 */
fun function(/** parameter */ x: Int) {
}