Do not threat modifications inside lambdas in KtScriptInitializer block as out of code block

This commit is contained in:
Natalia Selezneva
2019-02-25 13:12:24 +03:00
parent 49277bb5e4
commit 48433110a4
9 changed files with 39 additions and 10 deletions
@@ -527,7 +527,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractOutOfBlockModificationTest> {
model("codeInsight/outOfBlock")
model("codeInsight/outOfBlock", pattern = KT_OR_KTS)
}
testClass<AbstractDataFlowValueRenderingTest> {
@@ -518,7 +518,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractOutOfBlockModificationTest> {
model("codeInsight/outOfBlock")
model("codeInsight/outOfBlock", pattern = KT_OR_KTS)
}
testClass<AbstractDataFlowValueRenderingTest> {
@@ -515,7 +515,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractOutOfBlockModificationTest> {
model("codeInsight/outOfBlock")
model("codeInsight/outOfBlock", pattern = KT_OR_KTS)
}
testClass<AbstractDataFlowValueRenderingTest> {
@@ -507,7 +507,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractOutOfBlockModificationTest> {
model("codeInsight/outOfBlock")
model("codeInsight/outOfBlock", pattern = KT_OR_KTS)
}
testClass<AbstractDataFlowValueRenderingTest> {
@@ -507,7 +507,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractOutOfBlockModificationTest> {
model("codeInsight/outOfBlock")
model("codeInsight/outOfBlock", pattern = KT_OR_KTS)
}
testClass<AbstractDataFlowValueRenderingTest> {