Fix VM: Undeclared static getter calls: Compile time error becomes static warning per spec, 10.15 #3088
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone
See
http://code.google.com/p/dart/issues/detail?id=3087
In addition, this will require that calls to undefined static getters raise a NoSuchMethodError (NOT call noSuchMethod()).
The text was updated successfully, but these errors were encountered: