Open iccir opened 8 years ago
While refactoring SwiffRect to Rect in our sourcebase, the following code:
SwiffRect
Rect
1 - (void) renderPlacedObjects: (Array<SwiffPlacedObject>) placedObjects 2 context: (CanvasRenderingContext2D) context 3 invalidRect: (SwiffRect) invalidRect
Produces a warning on Line 1 about SwiffRect not being a known type. It would be nice to move this warning to line 3.
While refactoring
SwiffRect
toRect
in our sourcebase, the following code:Produces a warning on Line 1 about
SwiffRect
not being a known type. It would be nice to move this warning to line 3.