You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val env =Environment(DEFAULT_KOTLIN_CLASSPATH, LanguageVersion.LATEST_STABLE)
84
+
val env =Environment(System.getProperty("java.class.path").split(System.getProperty("path.separator")) +DEFAULT_KOTLIN_CLASSPATH, LanguageVersion.LATEST_STABLE)
64
85
val verifier =SingleFileVerifier.create(path, StandardCharsets.UTF_8)
65
86
val testFileContent =String(Files.readAllBytes(path), StandardCharsets.UTF_8)
66
-
val inputFile =TestInputFileBuilder("moduleKey", "src/org/foo/kotlin.kt")
87
+
val inputFile =TestInputFileBuilder("moduleKey", "src/org/foo/kotlin.kt")
0 commit comments