Allow the any type in non-native newdecls.

This commit is contained in:
David Anderson
2014-07-17 21:43:59 -07:00
parent b84b70d0f1
commit f79f5df5ab
5 changed files with 228 additions and 214 deletions
@@ -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)
{
}