Don't create default importing scopes for REPL snippets
Default scopes should be created only once, for the first snippet. All following snippets should not create new default importing scopes. #KT-35651 fixed
This commit is contained in:
committed by
Ilya Chernikov
parent
c3cbfe34c4
commit
743abea690
@@ -20,6 +20,8 @@ dependencies {
|
||||
allTestsRuntime(commonDep("junit"))
|
||||
testCompile(project(":kotlin-scripting-ide-services-unshaded"))
|
||||
testCompile(project(":kotlin-scripting-compiler"))
|
||||
testCompile(project(":kotlin-scripting-dependencies"))
|
||||
testCompile(project(":kotlin-main-kts"))
|
||||
testCompile(project(":compiler:cli-common"))
|
||||
|
||||
testRuntimeOnly(project(":kotlin-compiler"))
|
||||
|
||||
Reference in New Issue
Block a user