Преглед изворни кода

Fixed output of function names in errors.

woollybah пре 7 година
родитељ
комит
aa3c0a0ae3
1 измењених фајлова са 2 додато и 0 уклоњено
  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