Eric Liu

Results 3 issues of Eric Liu

![app_animation2](https://cloud.githubusercontent.com/assets/3691022/19406879/cb982648-92da-11e6-86bf-7c82e8505e6c.gif)

![app_animation1](https://cloud.githubusercontent.com/assets/3691022/19348717/0d6c98ec-919b-11e6-97c3-a8ff782a059b.gif)

Fail the following cases with proper error messages. ```java @motif.Scope interface FooScope { @motif.Objects abstract class Objects{ public abstract String s(); } } ```