Any call from a ValueType to an object method such as ToString seems to abort the runtime with a "Fatal execution error"
class Test(System.ValueType):
public x as double
v1 = Test(x: 1)
print v1.ToString()
Description
Any call from a ValueType to an object method such as ToString seems to abort the runtime with a "Fatal execution error"
class Test(System.ValueType):
public x as double
v1 = Test(x: 1)
print v1.ToString()