Пример #1
0
 private void AssignReturnType(Scope scope, Callable callable)
 {
     if (callable.IsFunction()) {
         ReturnType = scope.GetType(callable.Type);
     }
 }