Change class loader in ir interpreter that is used to create proxy obj
#KT-54509 Fixed
This commit is contained in:
@@ -472,4 +472,10 @@ println(42)
|
||||
environment = jdk11,
|
||||
)
|
||||
}
|
||||
|
||||
fun testInterpreterClassLoader() {
|
||||
runProcess(
|
||||
"kotlinc", "$testDataDirectory/interpreterClassLoader.kt", "-d", tmpdir.path
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user