In My use casse, I passed a int literal to Std.string, which accepts type dynamic, and later passed as std.String to extern function where the param was used in cout, I ws able to see that nothing get logged, when I added a cout in the original location of the int var it had been logged
In My use casse, I passed a int literal to Std.string, which accepts type dynamic, and later passed as std.String to extern function where the param was used in cout, I ws able to see that nothing get logged, when I added a cout in the original location of the int var it had been logged