2b322ecf9c
There is a cache from ScriptModuleInfo to ScriptDependenciesInfo. In case when only script dependencies are changed we won't recreate the facade for them and will obtain external dependencies for ScriptModuleInfo stored in ScriptDependenciesInfo. So we cannot store external dependencies inside ScriptModuleInfo. The same problem is with relatedModuleSourceInfo.
8 lines
259 B
Kotlin
Vendored
8 lines
259 B
Kotlin
Vendored
/*
|
|
TestDependenciesResolver returns empty dependencies on first request,
|
|
so ComparasionFailure should fail because 'test' is unresolved
|
|
Than TestDependenciesResolver returns classpath with classes from 'lib' folder
|
|
so no errors expected
|
|
*/
|
|
test.KObject.foo()
|