================================================================================
types/nothingType
================================================================================

function throws(): nothing = throw("throwing a message")

myValue: String = throws()

--------------------------------------------------------------------------------

(module
  (classMethod
    (methodHeader
      (identifier)
      (parameterList)
      (typeAnnotation
        (type)))
    (throwExpr
      (parenthesizedExpr
        (slStringLiteral))))
  (classProperty
    (identifier)
    (typeAnnotation
      (type
        (qualifiedIdentifier
          (identifier))))
    (methodCallExpr
      (identifier)
      (argumentList))))
