Type Safety Analysis for Dart

Thomas S. Heinze, Anders Møller, and Fabio Strocco

Optional typing is traditionally viewed as a compromise between static and dynamic type checking, where code without type annotations is not checked until runtime. We demonstrate that optional type annotations in Dart programs can be integrated into a flow analysis, in order to provide static type safety guarantees also for dynamically typed code. We explore two approaches: one that uses type annotations for filtering, and one that uses them as specifications. What makes this particularly challenging for Dart is that its type system is unsound even for fully annotated code. Experimental results show that the technique is remarkably effective, even without context sensitivity: 99.3% of all property lookup operations are reported type safe in a collection of benchmark programs.

[ PDF | BibTeX | supplementary material ]


© 2016 ACM