aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/annotations.kt
blob: 9356d4ca458d74a5a862d99786e41eb4f06c39f5 (plain)
1
2
3
4
5
6
data class Foo {
    inline fun bar([noinline] notInlined: () -> Unit) {
    }

    inline val x: Int
}