Change class loader in ir interpreter that is used to create proxy obj

#KT-54509 Fixed
This commit is contained in:
Ivan Kylchik
2022-10-17 17:17:55 +02:00
committed by Space Team
parent b76fdb2efa
commit 1ce99db830
6 changed files with 50 additions and 1 deletions
@@ -472,4 +472,10 @@ println(42)
environment = jdk11,
)
}
fun testInterpreterClassLoader() {
runProcess(
"kotlinc", "$testDataDirectory/interpreterClassLoader.kt", "-d", tmpdir.path
)
}
}