aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_internal_Utils.txt
blob: 4aac73a8b594902f00fd9fb6740ed889ccd2bda2 (plain)
1
2
3
4
5

[ Class com.github.javaparser.ast.internal.Utils ]
  superclass: java.lang.Object
  Line 35) list == null ? Collections.<T>emptyList() : list ==> java.util.List<T>
  Line 39) collection == null || collection.isEmpty() ==> boolean