aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/ktlint/out.kt
blob: c1838fb1d34abbfd82aefc1bed5cc7a65aeb15b8 (plain)
1
2
3
4
5
class Test {
    fun test(v: String) {
        println(v)
    }
}