﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
219	Creating more than one function with the same Name but with different Type	danirus	danirus	"Tol lets us create more than one function with the same name but with different
Type.
You can try this bug with this code:
  ______________________
  Real func1 (Real p) { p };
  Text func1 (Text p) { p };
  Matrix func1 (Matrix p) { p };

But you can only use the first defined."	defect	closed	normal		Kernel	head	normal	fixed		
