cushon / issues-import

0 stars 0 forks source link

Misplaced class #206

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue created by lukes@google.com on 2013-11-07 at 06:53 PM


Make it an error when none of the top level classes in a file match the file name.

The compiler enforces this for public classes (the public class name must match the filename) but does not enforce it for package private classes.