When you inspect the value sym during debugging, it is not possible to see the value
public static class TestClass
public static method Test(sym as usual) as void
Console.WriteLine(AsString(sym))
return
end class
function Start() as void strict
TestClass.Test(#DirUnittests)
Console.ReadLine()
return
XSharpTests.zip