@@ -88,7 +88,7 @@ cfg.swift:
8888# 19| getBase(): [TypeExpr] MyError.Type
8989# 19| getTypeRepr(): [TypeRepr] MyError
9090# 19| getMethodRef(): [DeclRefExpr] error1
91- # 19| getSubExpr().getFullyConverted(): [ErasureExpr] (Error) ...
91+ # 19| getSubExpr().getFullyConverted(): [ErasureExpr] (any Error) ...
9292# 21| getElement(1): [GuardStmt] guard ... else { ... }
9393# 21| getCondition(): [StmtCondition] StmtCondition
9494# 21| getElement(0): [ConditionElement] ... .<=(_:_:) ...
@@ -118,7 +118,7 @@ cfg.swift:
118118# 22| getExpr(): [DeclRefExpr] x
119119# 22| getArgument(1): [Argument] : 1
120120# 22| getExpr(): [IntegerLiteralExpr] 1
121- # 22| getSubExpr().getFullyConverted(): [ErasureExpr] (Error) ...
121+ # 22| getSubExpr().getFullyConverted(): [ErasureExpr] (any Error) ...
122122# 26| [NamedFunction] tryCatch(x:)
123123# 26| InterfaceType = (Int) -> Int
124124# 26| getParam(0): [ParamDecl] x
@@ -205,7 +205,7 @@ cfg.swift:
205205# 39| getPattern(): [NamedPattern] error
206206# 39| getPattern().getFullyUnresolved(): [BindingPattern] let ...
207207# 39| getVariable(0): [ConcreteVarDecl] error
208- # 39| Type = Error
208+ # 39| Type = any Error
209209# 39| getBody(): [BraceStmt] { ... }
210210# 40| getElement(0): [CallExpr] call to print(_:separator:terminator:)
211211# 40| getFunction(): [DeclRefExpr] print(_:separator:terminator:)
@@ -3412,15 +3412,15 @@ cfg.swift:
34123412# 564| getBody(): [BraceStmt] { ... }
34133413# 564| getElement(0): [ReturnStmt] return
34143414# 568| [NamedFunction] getMyProtocol()
3415- # 568| InterfaceType = () -> MyProtocol
3415+ # 568| InterfaceType = () -> any MyProtocol
34163416# 568| getBody(): [BraceStmt] { ... }
34173417# 568| getElement(0): [ReturnStmt] return ...
34183418# 568| getResult(): [CallExpr] call to MyProcotolImpl.init()
34193419# 568| getFunction(): [MethodLookupExpr] MyProcotolImpl.init()
34203420# 568| getBase(): [TypeExpr] MyProcotolImpl.Type
34213421# 568| getTypeRepr(): [TypeRepr] MyProcotolImpl
34223422# 568| getMethodRef(): [DeclRefExpr] MyProcotolImpl.init()
3423- # 568| getResult().getFullyConverted(): [ErasureExpr] (MyProtocol) ...
3423+ # 568| getResult().getFullyConverted(): [ErasureExpr] (any MyProtocol) ...
34243424# 569| [NamedFunction] getMyProtocolImpl()
34253425# 569| InterfaceType = () -> MyProcotolImpl
34263426# 569| getBody(): [BraceStmt] { ... }
@@ -3436,9 +3436,9 @@ cfg.swift:
34363436# 571| Type = Int
34373437# 571| getBody(): [BraceStmt] { ... }
34383438# 573| [NamedFunction] testOpenExistentialExpr(x:y:)
3439- # 573| InterfaceType = (MyProtocol, MyProcotolImpl) -> ()
3439+ # 573| InterfaceType = (any MyProtocol, MyProcotolImpl) -> ()
34403440# 573| getParam(0): [ParamDecl] x
3441- # 573| Type = MyProtocol
3441+ # 573| Type = any MyProtocol
34423442# 573| getParam(1): [ParamDecl] y
34433443# 573| Type = MyProcotolImpl
34443444# 573| getBody(): [BraceStmt] { ... }
@@ -4816,7 +4816,7 @@ expressions.swift:
48164816# 16| getBase(): [TypeExpr] AnError.Type
48174817# 16| getTypeRepr(): [TypeRepr] AnError
48184818# 16| getMethodRef(): [DeclRefExpr] failed
4819- # 16| getSubExpr().getFullyConverted(): [ErasureExpr] (Error) ...
4819+ # 16| getSubExpr().getFullyConverted(): [ErasureExpr] (any Error) ...
48204820# 20| [TopLevelCodeDecl] { ... }
48214821# 20| getBody(): [BraceStmt] { ... }
48224822# 20| getElement(0): [ForceTryExpr] try! ...
@@ -6976,7 +6976,7 @@ statements.swift:
69766976# 21| getPattern(): [NamedPattern] error
69776977# 21| getPattern().getFullyUnresolved(): [BindingPattern] let ...
69786978# 21| getVariable(0): [ConcreteVarDecl] error
6979- # 21| Type = Error
6979+ # 21| Type = any Error
69806980# 21| getBody(): [BraceStmt] { ... }
69816981# 22| getElement(0): [CallExpr] call to print(_:separator:terminator:)
69826982# 22| getFunction(): [DeclRefExpr] print(_:separator:terminator:)
@@ -7017,7 +7017,7 @@ statements.swift:
70177017# 29| getPattern(): [NamedPattern] error
70187018# 29| getPattern().getFullyUnresolved(): [BindingPattern] let ...
70197019# 29| getVariable(0): [ConcreteVarDecl] error
7020- # 29| Type = Error
7020+ # 29| Type = any Error
70217021# 29| getBody(): [BraceStmt] { ... }
70227022# 30| getElement(0): [CallExpr] call to print(_:separator:terminator:)
70237023# 30| getFunction(): [DeclRefExpr] print(_:separator:terminator:)
@@ -7144,7 +7144,7 @@ statements.swift:
71447144# 40| getBase(): [TypeExpr] AnError.Type
71457145# 40| getTypeRepr(): [TypeRepr] AnError
71467146# 40| getMethodRef(): [DeclRefExpr] failed
7147- # 40| getSubExpr().getFullyConverted(): [ErasureExpr] (Error) ...
7147+ # 40| getSubExpr().getFullyConverted(): [ErasureExpr] (any Error) ...
71487148# 44| [TopLevelCodeDecl] { ... }
71497149# 44| getBody(): [BraceStmt] { ... }
71507150# 44| getElement(0): [DeferStmt] defer { ... }
0 commit comments