[FIR] Add NO_THIS & INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
compiler/testData/diagnostics/tests/collectionLiterals/defaultValuesWithConstantsInAnnotation.fir.kt
Vendored
+1
-1
@@ -21,5 +21,5 @@ annotation class Bar(
|
||||
annotation class Baz(
|
||||
val a: IntArray = [null],
|
||||
val b: IntArray = [1, null, 2],
|
||||
val c: IntArray = [this]
|
||||
val c: IntArray = [<!NO_THIS!>this<!>]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user