51af18608f
Related to KT-17164
7 lines
99 B
Plaintext
Vendored
7 lines
99 B
Plaintext
Vendored
// LANGUAGE_VERSION: 1.2
|
|
|
|
annotation class Some(val nums: IntArray)
|
|
|
|
@Some(nums = [1, 2])
|
|
class My
|