Deal with null positions in getOutcome.
This commit is contained in:
@@ -12,7 +12,7 @@ class Positions {
|
|||||||
return
|
return
|
||||||
switch outcome {
|
switch outcome {
|
||||||
case Success(d): d;
|
case Success(d): d;
|
||||||
case Failure(f): pos.error(f);
|
case Failure(f): sanitize(pos).error(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function makeBlankType(pos:Position):ComplexType
|
static public function makeBlankType(pos:Position):ComplexType
|
||||||
|
|||||||
Reference in New Issue
Block a user