reactor/Core/src/jetbrains/mps/logic/reactor/util/ClassicIndexedTermTrie.kt [356:362]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inline fun nextOrDefault(symbol: Any, default: (sym: Any) -> PathNode): PathNode { val existing = next[symbol] if (existing != null) { return existing } else { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - reactor/Core/src/jetbrains/mps/logic/reactor/util/ClassicTermTrie.kt [309:315]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inline fun nextOrDefault(symbol: Any, default: (sym: Any) -> PathNode): PathNode { val existing = next[symbol] if (existing != null) { return existing } else { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -