Allow the any type in non-native newdecls.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
native Crab(any x);
|
||||
|
||||
public main()
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
(1) : error 156: the 'any' type is not allowed in new-style natives
|
||||
@@ -0,0 +1,3 @@
|
||||
public x(any y)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user