Files
kotlin-fork/idea/testData/script/definition/highlighting/customJavaHome/script.kts
T
Natalia Selezneva 58eca451c4 Sdk passed in script dependencies should be used during script resolve
PsiElementFinder doesn't find classes from sdks that aren't Project SDK, so when Script Sdk differs from it we need to additionally search classes in script sdk using KotlinScriptDependenciesClassFinder (as we do for classes from ScriptDependencies.classpath)

^KT-31152 Fixed
2019-05-20 10:41:15 +03:00

3 lines
89 B
Kotlin
Vendored

import java.util.stream.IntStream
// DEPENDENCIES: javaHome:9; classpath:runtime-classes