aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/ktlint/in.kt
blob: deacc2540daa79a44b31a6674b5133158951a547 (plain)
1
2
3
4
5
6
7
8
class Test

{
fun test(  v: String )
{
 println(v)
}
}