AbstractLocalInspectionTest: add LANGUAGE_VERSION support
Related to KT-17164
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9990550429
commit
51af18608f
@@ -1,3 +1,3 @@
|
||||
// ERROR: The feature "array literals in annotations" is only available since language version 1.2
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
|
||||
annotation class Some(val strings: Array<String> = <caret>arrayOf("default"))
|
||||
Reference in New Issue
Block a user