Files
kotlin-fork/idea/testData/script/definition/complex/errorResolver/script.kts
T
Natalia Selezneva 2b322ecf9c Do not store external dependencies in ScriptModuleInfo
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.
2018-05-24 08:47:32 +03:00

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()