Mark usage correctly when invoking special natives.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
methodmap Handle {
|
||||
public native ~Handle();
|
||||
}
|
||||
|
||||
stock Crab(Handle h)
|
||||
{
|
||||
delete h;
|
||||
}
|
||||
|
||||
public main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user