blob: d46048aae7bb6fbf7d3f0060de70bd10ed1d1ba3 [file] [log] [blame]
// LANGUAGE_VERSION: 1.2
annotation class Some(val nums: IntArray)
@Some(nums = [1, 2])
class My