New Issue: Context managers and multiple return intents for enterThis()

18242, "dlongnecke-cray", "Context managers and multiple return intents for enterThis()", "2021-08-17T22:18:53Z"

TLDR: Need to figure out how to handle multiple return intent
overloads for the enterThis() method. Options include:

  • Compiler error
  • Require storage to be specified for resource (e.g. var foo)
  • Use a disambiguation order, (e.g. ref > value)