return Collections.emptyList(); | return ImmutableList.of(); | Collections.emptyList() | ImmutableList.of() | j2objc | 4a67106ff5ab7dd4432bd5f4b2dc42151800c5e0 | com.google.devtools.j2objc.translate.UnsequencedExpressionRewriter | | _1 | getUnsequencedAccesses |
---|
_2 | getUnsequencedAccesses |
---|
| xyz | Collections.emptyList() |
---|
| - com.google.common.collect.ImmutableList
| | Returns | True |
args = Collections.emptyList() | args = ImmutableList.of() | Collections.emptyList() | ImmutableList.of() | bazel | 5f39475bb51f48182180e34e4310edb650bea462 | com.google.devtools.build.lib.syntax.Parser | | | xyz | Collections.emptyList() |
---|
| - com.google.common.collect.ImmutableList
| | AssignedTo | True |