Check for null map in matchtag().
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user