File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugins/expressions-converter/src/org/jetbrains/kotlinx/dataframe Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import org.jetbrains.kotlin.ir.expressions.impl.IrConstImpl
28
28
import org.jetbrains.kotlin.ir.expressions.impl.IrFunctionExpressionImpl
29
29
import org.jetbrains.kotlin.ir.expressions.impl.IrGetObjectValueImpl
30
30
import org.jetbrains.kotlin.ir.expressions.impl.IrGetValueImpl
31
+ import org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI
31
32
import org.jetbrains.kotlin.ir.symbols.impl.IrSimpleFunctionSymbolImpl
32
33
import org.jetbrains.kotlin.ir.symbols.impl.IrValueParameterSymbolImpl
33
34
import org.jetbrains.kotlin.ir.types.classFqName
@@ -48,6 +49,7 @@ import java.io.File
48
49
49
50
data class ContainingDeclarations (val clazz : IrClass ? , val function : IrFunction ? , val statementIndex : Int = 0 )
50
51
52
+ @OptIn(UnsafeDuringIrConstructionAPI ::class )
51
53
class ExplainerIrTransformer (val pluginContext : IrPluginContext ) :
52
54
FileLoweringPass ,
53
55
IrElementTransformer <ContainingDeclarations > {
You can’t perform that action at this time.
0 commit comments