Пример #1
0
 @NotNull
 public TranslationContext contextWithScope(
     @NotNull NamingScope newScope, @NotNull JsBlock block) {
   return new TranslationContext(
       staticContext, DynamicContext.newContext(newScope, block), aliasingContext);
 }