Revert "update proc type recursion errors after merge (#24897)"

This reverts commit 238a4db3d9.
This commit is contained in:
narimiran
2025-05-05 10:32:44 +02:00
parent 96a02f1982
commit a35b5fb813
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'A'"
errormsg: "illegal recursion in type 'B'"
line: 9
"""

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'MyFunc'"
errormsg: "illegal recursion in type 'ptr MyFunc'"
line: 9
"""

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'EventHandler'"
errormsg: "illegal recursion in type 'BB'"
line: 9
"""