blob: 14d0a7e1944e54b9b0ba171f70519ee70baf40b9 [file] [log] [blame]
// "Add type 'IntArray' to parameter 'value'" "true"
// LANGUAGE_VERSION: 1.2
annotation class CollectionDefault(val value = [1, 2]<caret>)