-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added container text into slicer tests output
- Loading branch information
1 parent
2d2d933
commit 23ead3c
Showing
313 changed files
with
2,253 additions
and
2,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
12 foo(<bold>1</bold>) | ||
4 fun foo(<bold>p: Int</bold>) | ||
12 foo(<bold>1</bold>) | ||
|
||
17 i.foo(<bold>2</bold>) | ||
4 fun foo(<bold>p: Int</bold>) | ||
17 i.foo(<bold>2</bold>) | ||
12 foo(<bold>1</bold>) (in C.f()) | ||
4 fun foo(<bold>p: Int</bold>) (in I.foo(Int)) | ||
12 foo(<bold>1</bold>) (in C.f()) | ||
|
||
17 i.foo(<bold>2</bold>) (in f(I)) | ||
4 fun foo(<bold>p: Int</bold>) (in I.foo(Int)) | ||
17 i.foo(<bold>2</bold>) (in f(I)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
4 fun foo(<bold>p: Int</bold>) | ||
4 fun foo(<bold>p: Int</bold>) | ||
4 fun foo(<bold>p: Int</bold>) (in I.foo(Int)) | ||
4 fun foo(<bold>p: Int</bold>) (in I.foo(Int)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
4 fun foo(<bold>p: Int</bold>) | ||
12 foo(<bold>1</bold>) | ||
17 i.foo(<bold>2</bold>) | ||
4 fun foo(<bold>p: Int</bold>) (in I.foo(Int)) | ||
12 foo(<bold>1</bold>) (in C.f()) | ||
17 i.foo(<bold>2</bold>) (in f(I)) |
27 changes: 13 additions & 14 deletions
27
idea/testData/slicer/inflow/anonymousFunBodyExpression.leafGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
4 return f(<bold>1</bold>) | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> | ||
8 val x = <bold>foo(fun(n: Int) = n)</bold> | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> (in test()) | ||
8 val x = <bold>foo(fun(n: Int) = n)</bold> (in test()) | ||
3 fun <bold>foo(f: (Int) -> Int): Int {</bold> | ||
4 return <bold>f(1)</bold> | ||
4 [LAMBDA IN] return <bold>f</bold>(1) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int) = n</bold>) | ||
8 val x = foo(<bold>fun(n: Int) = n</bold>) | ||
8 val x = foo(fun(n: Int) = <bold>n</bold>) | ||
8 val x = foo(fun(<bold>n: Int</bold>) = n) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int) = n</bold>) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
4 return f(<bold>1</bold>) | ||
|
||
4 return <bold>f(1)</bold> (in foo((Int) -> Int)) | ||
4 [LAMBDA IN] return <bold>f</bold>(1) (in foo((Int) -> Int)) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
8 val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
8 val x = foo(fun(n: Int) = <bold>n</bold>) (in test()) | ||
8 val x = foo(fun(<bold>n: Int</bold>) = n) (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) |
4 changes: 2 additions & 2 deletions
4
idea/testData/slicer/inflow/anonymousFunBodyExpression.nullnessGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> (in test()) | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> (in test()) |
24 changes: 12 additions & 12 deletions
24
idea/testData/slicer/inflow/anonymousFunBodyExpression.results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> | ||
8 val x = <bold>foo(fun(n: Int) = n)</bold> | ||
8 val <bold>x = foo(fun(n: Int) = n)</bold> (in test()) | ||
8 val x = <bold>foo(fun(n: Int) = n)</bold> (in test()) | ||
3 fun <bold>foo(f: (Int) -> Int): Int {</bold> | ||
4 return <bold>f(1)</bold> | ||
4 [LAMBDA IN] return <bold>f</bold>(1) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int) = n</bold>) | ||
8 val x = foo(<bold>fun(n: Int) = n</bold>) | ||
8 val x = foo(fun(n: Int) = <bold>n</bold>) | ||
8 val x = foo(fun(<bold>n: Int</bold>) = n) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int) = n</bold>) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
4 return f(<bold>1</bold>) | ||
4 return <bold>f(1)</bold> (in foo((Int) -> Int)) | ||
4 [LAMBDA IN] return <bold>f</bold>(1) (in foo((Int) -> Int)) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
8 val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
8 val x = foo(fun(n: Int) = <bold>n</bold>) (in test()) | ||
8 val x = foo(fun(<bold>n: Int</bold>) = n) (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int) = n</bold>) (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) |
27 changes: 13 additions & 14 deletions
27
idea/testData/slicer/inflow/anonymousFunReturnExpression.leafGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
4 return f(<bold>1</bold>) | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> | ||
8 val x = <bold>foo(fun(n: Int): Int { return n })</bold> | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> (in test()) | ||
8 val x = <bold>foo(fun(n: Int): Int { return n })</bold> (in test()) | ||
3 fun <bold>foo(f: (Int) -> Int): Int {</bold> | ||
4 return <bold>f(1)</bold> | ||
4 [LAMBDA IN] return <bold>f</bold>(1) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
8 val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
8 val x = foo(fun(n: Int): Int { return <bold>n</bold> }) | ||
8 val x = foo(fun(<bold>n: Int</bold>): Int { return n }) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
4 return f(<bold>1</bold>) | ||
|
||
4 return <bold>f(1)</bold> (in foo((Int) -> Int)) | ||
4 [LAMBDA IN] return <bold>f</bold>(1) (in foo((Int) -> Int)) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
8 val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
8 val x = foo(fun(n: Int): Int { return <bold>n</bold> }) (in test()) | ||
8 val x = foo(fun(<bold>n: Int</bold>): Int { return n }) (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) |
4 changes: 2 additions & 2 deletions
4
idea/testData/slicer/inflow/anonymousFunReturnExpression.nullnessGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> (in test()) | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> (in test()) |
24 changes: 12 additions & 12 deletions
24
idea/testData/slicer/inflow/anonymousFunReturnExpression.results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> | ||
8 val x = <bold>foo(fun(n: Int): Int { return n })</bold> | ||
8 val <bold>x = foo(fun(n: Int): Int { return n })</bold> (in test()) | ||
8 val x = <bold>foo(fun(n: Int): Int { return n })</bold> (in test()) | ||
3 fun <bold>foo(f: (Int) -> Int): Int {</bold> | ||
4 return <bold>f(1)</bold> | ||
4 [LAMBDA IN] return <bold>f</bold>(1) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
8 val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
8 val x = foo(fun(n: Int): Int { return <bold>n</bold> }) | ||
8 val x = foo(fun(<bold>n: Int</bold>): Int { return n }) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { | ||
4 return f(<bold>1</bold>) | ||
4 return <bold>f(1)</bold> (in foo((Int) -> Int)) | ||
4 [LAMBDA IN] return <bold>f</bold>(1) (in foo((Int) -> Int)) | ||
3 [LAMBDA IN] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
8 [LAMBDA IN] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
8 val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
8 val x = foo(fun(n: Int): Int { return <bold>n</bold> }) (in test()) | ||
8 val x = foo(fun(<bold>n: Int</bold>): Int { return n }) (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] val x = foo(<bold>fun(n: Int): Int { return n }</bold>) (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Int</bold>): Int { (in foo((Int) -> Int)) | ||
4 return f(<bold>1</bold>) (in foo((Int) -> Int)) |
15 changes: 7 additions & 8 deletions
15
idea/testData/slicer/inflow/anonymousFunctionParameter.leafGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
4 f(<bold>1</bold>) | ||
9 val <bold>v = value</bold> | ||
9 val v = <bold>value</bold> | ||
8 foo(fun(<bold>value: Int</bold>) { | ||
8 [LAMBDA CALLS ARGUMENT #0] foo(<bold>fun(value: Int) {</bold> | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { | ||
4 f(<bold>1</bold>) | ||
|
||
4 f(<bold>1</bold>) (in foo((Int) -> Unit)) | ||
9 val <bold>v = value</bold> (in test()) | ||
9 val v = <bold>value</bold> (in test()) | ||
8 foo(fun(<bold>value: Int</bold>) { (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] foo(<bold>fun(value: Int) {</bold> (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { (in foo((Int) -> Unit)) | ||
4 f(<bold>1</bold>) (in foo((Int) -> Unit)) |
4 changes: 2 additions & 2 deletions
4
idea/testData/slicer/inflow/anonymousFunctionParameter.nullnessGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
9 val <bold>v = value</bold> | ||
9 val <bold>v = value</bold> | ||
9 val <bold>v = value</bold> (in test()) | ||
9 val <bold>v = value</bold> (in test()) |
12 changes: 6 additions & 6 deletions
12
idea/testData/slicer/inflow/anonymousFunctionParameter.results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
9 val <bold>v = value</bold> | ||
9 val v = <bold>value</bold> | ||
8 foo(fun(<bold>value: Int</bold>) { | ||
8 [LAMBDA CALLS ARGUMENT #0] foo(<bold>fun(value: Int) {</bold> | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { | ||
4 f(<bold>1</bold>) | ||
9 val <bold>v = value</bold> (in test()) | ||
9 val v = <bold>value</bold> (in test()) | ||
8 foo(fun(<bold>value: Int</bold>) { (in test()) | ||
8 [LAMBDA CALLS ARGUMENT #0] foo(<bold>fun(value: Int) {</bold> (in test()) | ||
3 [LAMBDA CALLS ARGUMENT #0] fun foo(<bold>f: (Int) -> Unit</bold>) { (in foo((Int) -> Unit)) | ||
4 f(<bold>1</bold>) (in foo((Int) -> Unit)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
3 fun test(<bold>o: Any</bold>) { | ||
4 val <bold>x = o as String</bold> | ||
4 val x = <bold>o as String</bold> | ||
4 val x = <bold>o</bold> as String | ||
3 fun test(<bold>o: Any</bold>) { | ||
|
||
3 fun test(<bold>o: Any</bold>) { (in test(Any)) | ||
4 val <bold>x = o as String</bold> (in test(Any)) | ||
4 val x = <bold>o as String</bold> (in test(Any)) | ||
4 val x = <bold>o</bold> as String (in test(Any)) | ||
3 fun test(<bold>o: Any</bold>) { (in test(Any)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[NotNull Values] | ||
4 val <bold>x = o as String</bold> | ||
4 val <bold>x = o as String</bold> | ||
|
||
4 val <bold>x = o as String</bold> (in test(Any)) | ||
4 val <bold>x = o as String</bold> (in test(Any)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
4 val <bold>x = o as String</bold> | ||
4 val x = <bold>o as String</bold> | ||
4 val x = <bold>o</bold> as String | ||
3 fun test(<bold>o: Any</bold>) { | ||
4 val <bold>x = o as String</bold> (in test(Any)) | ||
4 val x = <bold>o as String</bold> (in test(Any)) | ||
4 val x = <bold>o</bold> as String (in test(Any)) | ||
3 fun test(<bold>o: Any</bold>) { (in test(Any)) |
24 changes: 12 additions & 12 deletions
24
idea/testData/slicer/inflow/compositeAssignments.leafGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
7 <bold>--result</bold> | ||
7 <bold>--result</bold> (in assignmentWithSum(Int)) | ||
3 fun <bold>assignmentWithSum(n: Int): Int {</bold> | ||
8 return <bold>result</bold> | ||
4 var <bold>result = 0</bold> | ||
7 <bold>--result</bold> | ||
8 return <bold>result</bold> (in assignmentWithSum(Int)) | ||
4 var <bold>result = 0</bold> (in assignmentWithSum(Int)) | ||
7 <bold>--result</bold> (in assignmentWithSum(Int)) | ||
|
||
4 var result = <bold>0</bold> | ||
4 var result = <bold>0</bold> (in assignmentWithSum(Int)) | ||
3 fun <bold>assignmentWithSum(n: Int): Int {</bold> | ||
8 return <bold>result</bold> | ||
4 var <bold>result = 0</bold> | ||
4 var result = <bold>0</bold> | ||
8 return <bold>result</bold> (in assignmentWithSum(Int)) | ||
4 var <bold>result = 0</bold> (in assignmentWithSum(Int)) | ||
4 var result = <bold>0</bold> (in assignmentWithSum(Int)) | ||
|
||
5 <bold>result += n</bold> | ||
5 <bold>result += n</bold> (in assignmentWithSum(Int)) | ||
3 fun <bold>assignmentWithSum(n: Int): Int {</bold> | ||
8 return <bold>result</bold> | ||
4 var <bold>result = 0</bold> | ||
5 <bold>result += n</bold> | ||
8 return <bold>result</bold> (in assignmentWithSum(Int)) | ||
4 var <bold>result = 0</bold> (in assignmentWithSum(Int)) | ||
5 <bold>result += n</bold> (in assignmentWithSum(Int)) |
14 changes: 7 additions & 7 deletions
14
idea/testData/slicer/inflow/compositeAssignments.results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
3 fun <bold>assignmentWithSum(n: Int): Int {</bold> | ||
8 return <bold>result</bold> | ||
4 var <bold>result = 0</bold> | ||
4 var result = <bold>0</bold> | ||
5 <bold>result += n</bold> | ||
6 <bold>result++</bold> | ||
4 DUPLICATE: var <bold>result = 0</bold> | ||
7 <bold>--result</bold> | ||
8 return <bold>result</bold> (in assignmentWithSum(Int)) | ||
4 var <bold>result = 0</bold> (in assignmentWithSum(Int)) | ||
4 var result = <bold>0</bold> (in assignmentWithSum(Int)) | ||
5 <bold>result += n</bold> (in assignmentWithSum(Int)) | ||
6 <bold>result++</bold> (in assignmentWithSum(Int)) | ||
4 DUPLICATE: var <bold>result = 0</bold> (in assignmentWithSum(Int)) | ||
7 <bold>--result</bold> (in assignmentWithSum(Int)) |
23 changes: 11 additions & 12 deletions
23
idea/testData/slicer/inflow/defaultGetterFieldInSetter.leafGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
4 var foo: Int = <bold>0</bold> | ||
10 val x = <bold>foo</bold> | ||
4 var <bold>foo: Int = 0</bold> | ||
4 var foo: Int = <bold>0</bold> | ||
|
||
11 foo = <bold>1</bold> | ||
10 val x = <bold>foo</bold> | ||
4 var <bold>foo: Int = 0</bold> | ||
6 field = <bold>if (b) value else 0</bold> | ||
6 field = if (b) <bold>value</bold> else 0 | ||
5 set(<bold>value</bold>) { | ||
11 foo = <bold>1</bold> | ||
4 var foo: Int = <bold>0</bold> (in A.foo: Int) | ||
10 val x = <bold>foo</bold> (in A.test()) | ||
4 var <bold>foo: Int = 0</bold> (in A) | ||
4 var foo: Int = <bold>0</bold> (in A.foo: Int) | ||
|
||
11 foo = <bold>1</bold> (in A.test()) | ||
10 val x = <bold>foo</bold> (in A.test()) | ||
4 var <bold>foo: Int = 0</bold> (in A) | ||
6 field = <bold>if (b) value else 0</bold> (in A.foo: Int) | ||
6 field = if (b) <bold>value</bold> else 0 (in A.foo: Int) | ||
5 set(<bold>value</bold>) { (in A.foo: Int) | ||
11 foo = <bold>1</bold> (in A.test()) |
4 changes: 2 additions & 2 deletions
4
idea/testData/slicer/inflow/defaultGetterFieldInSetter.nullnessGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
10 val x = <bold>foo</bold> | ||
10 val x = <bold>foo</bold> | ||
10 val x = <bold>foo</bold> (in A.test()) | ||
10 val x = <bold>foo</bold> (in A.test()) |
16 changes: 8 additions & 8 deletions
16
idea/testData/slicer/inflow/defaultGetterFieldInSetter.results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
10 val x = <bold>foo</bold> | ||
4 var <bold>foo: Int = 0</bold> | ||
4 var foo: Int = <bold>0</bold> | ||
6 field = <bold>if (b) value else 0</bold> | ||
6 field = if (b) <bold>value</bold> else 0 | ||
5 set(<bold>value</bold>) { | ||
11 foo = <bold>1</bold> | ||
6 field = if (b) value else <bold>0</bold> | ||
10 val x = <bold>foo</bold> (in A.test()) | ||
4 var <bold>foo: Int = 0</bold> (in A) | ||
4 var foo: Int = <bold>0</bold> (in A.foo: Int) | ||
6 field = <bold>if (b) value else 0</bold> (in A.foo: Int) | ||
6 field = if (b) <bold>value</bold> else 0 (in A.foo: Int) | ||
5 set(<bold>value</bold>) { (in A.foo: Int) | ||
11 foo = <bold>1</bold> (in A.test()) | ||
6 field = if (b) value else <bold>0</bold> (in A.foo: Int) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> | ||
12 val <bold>x = foo</bold> | ||
12 val x = <bold>foo</bold> | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> (in D.getValue(Any?, KProperty<*>)) | ||
12 val <bold>x = foo</bold> (in test()) | ||
12 val x = <bold>foo</bold> (in test()) | ||
9 val <bold>foo: Int by D</bold> | ||
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold> | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> | ||
|
||
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold> (in D) | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> (in D.getValue(Any?, KProperty<*>)) |
4 changes: 2 additions & 2 deletions
4
idea/testData/slicer/inflow/delegateGetter.nullnessGroups.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[NotNull Values] | ||
12 val <bold>x = foo</bold> | ||
12 val <bold>x = foo</bold> | ||
12 val <bold>x = foo</bold> (in test()) | ||
12 val <bold>x = foo</bold> (in test()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
12 val <bold>x = foo</bold> | ||
12 val x = <bold>foo</bold> | ||
12 val <bold>x = foo</bold> (in test()) | ||
12 val x = <bold>foo</bold> (in test()) | ||
9 val <bold>foo: Int by D</bold> | ||
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold> | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> | ||
6 operator fun <bold>getValue(thisRef: Any?, property: KProperty<*>) = 1</bold> (in D) | ||
6 operator fun getValue(thisRef: Any?, property: KProperty<*>) = <bold>1</bold> (in D.getValue(Any?, KProperty<*>)) |
Oops, something went wrong.