aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/sinceKotlinWide.kt
blob: fa1eb7de87456b94bac9e7a41cddb5ad097e261a (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * Useful
 */
@SinceKotlin("1.1")
class `Since1.1`

/**
 * Useful also
 */
@SinceKotlin("1.2")
class `Since1.2`