[Test] backingField testData: migrate from deprecated directive syntax

Review: https://jetbrains.team/p/kt/reviews/9967
This commit is contained in:
Nikita Bobko
2023-05-15 10:59:13 +02:00
parent de8c3826c2
commit 26e45304e1
35 changed files with 58 additions and 58 deletions
@@ -1,6 +1,6 @@
// FIR_IDENTICAL
// !DIAGNOSTICS: -DEBUG_INFO_LEAKING_THIS
// !LANGUAGE:+ProhibitOpenValDeferredInitialization
// DIAGNOSTICS: -DEBUG_INFO_LEAKING_THIS
// LANGUAGE:+ProhibitOpenValDeferredInitialization
// a = final + not initialized in place + deferred init
// e = final + not initialized in place
// c = final + initialized in place