8000 Fix plugin test to work with Kotlin 2.1.20 · github/codeql@fc1fd26 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc1fd26

Browse files
committed
Fix plugin test to work with Kotlin 2.1.20
1 parent 0d34837 commit fc1fd26

File tree

1 file changed

+1
-0
lines changed
  • java/ql/integration-tests/kotlin/linux/custom_plugin/plugin

1 file changed

+1
-0
lines changed

java/ql/integration-tests/kotlin/linux/custom_plugin/plugin/Plugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import org.jetbrains.kotlin.ir.declarations.impl.IrExternalPackageFragmentImpl
2424
import org.jetbrains.kotlin.ir.declarations.impl.IrFactoryImpl
2525
import org.jetbrains.kotlin.ir.expressions.IrExpression
2626
import org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl
27+
import org.jetbrains.kotlin.ir.expressions.impl.fromSymbolOwner
2728
import org.jetbrains.kotlin.ir.expressions.impl.IrConstImpl
2829
import org.jetbrains.kotlin.ir.expressions.impl.IrConstructorCallImpl
2930
import org.jetbrains.kotlin.ir.symbols.IrClassSymbol

0 commit comments

Comments
 (0)
0