Do not threat modifications inside lambdas in KtScriptInitializer block as out of code block
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user