childScope
fun childScope(args: FluentArgs?, errors: MutableList<FluentError> = mutableListOf()): Scope(source)
Create a child scope that shares this scope's placeable tracking set and counter (for cycle detection and TooManyPlaceables limits) but has its own args and error list. Used when resolving term bodies that need isolated error collection without losing cycle detection state.