[FIR] Allow resolve to private members from debugger evaluator

KT-60714
This commit is contained in:
Alexey Merkulov
2023-07-31 20:28:59 +02:00
committed by Space Team
parent 1714fb71c8
commit e4ae15b3f0
16 changed files with 124 additions and 4 deletions
@@ -0,0 +1,9 @@
/*
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.util
@RequiresOptIn(message = "Should be used only for code fragment resolve/generation adjustments")
annotation class CodeFragmentAdjustment