mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
update proc type recursion errors after merge (#24897)
refs #24893, refs #24888
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "illegal recursion in type 'B'"
|
||||
errormsg: "illegal recursion in type 'A'"
|
||||
line: 9
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "illegal recursion in type 'ptr MyFunc'"
|
||||
errormsg: "illegal recursion in type 'MyFunc'"
|
||||
line: 9
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "illegal recursion in type 'BB'"
|
||||
errormsg: "illegal recursion in type 'EventHandler'"
|
||||
line: 9
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user