[FIR] Allow resolve to private members from debugger evaluator
KT-60714
This commit is contained in:
committed by
Space Team
parent
1714fb71c8
commit
e4ae15b3f0
@@ -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
|
||||
Reference in New Issue
Block a user