Check for null map in matchtag().

This commit is contained in:
David Anderson
2014-07-20 10:15:49 -07:00
parent 8436a3ea6c
commit 4051756576
3 changed files with 6 additions and 1 deletions
@@ -0,0 +1,4 @@
Foo(any foo) {}
public Bar() {
Foo(null);
}
@@ -0,0 +1 @@
(3) : error 148: cannot assign null to a non-nullable type