aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/tokensInStrong.kt
blob: 596a9ae8d7891c9dd057afde2f586b37ebe4e0bc (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * __YASC: [Yasc] Yet Another Strong Class__
 *
 * __This class, [Yasc] *is* just meh.__
 *
 * __For a semicolon; [Yasc.foo] is for you!.__
 */
class Yasc {
    fun foo() = ";"
}