Kray-G/kinx

Needs to block the impossible type conversion.

Kray-G opened this issue · 0 comments

Now the code below causes crash.

native func(b:int) :obj {
    var c = b as obj;
    return c;
}
func(10);

It must be blocked at compiling.