Explorar o código

Fixed output of function names in errors.

woollybah %!s(int64=7) %!d(string=hai) anos
pai
achega
aa3c0a0ae3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      decl.bmx

+ 2 - 0
decl.bmx

@@ -1742,6 +1742,8 @@ Type TBlockDecl Extends TScopeDecl
 
 	Method ToString:String()
 		Select blockType
+			Case BLOCK_FUNCTION
+				Return Super.ToString()
 			Case BLOCK_OTHER
 				Return "TBlockDecl:Other"
 			Case BLOCK_LOOP