blob: 2b3971da893e9b9ca931be58e6bb30fcaebad0c8 [file] [log] [blame]
annotation class foo(val n: Int)
class Test(@foo(1) @foo(2) @foo(3) private val s: String, n: Int)