For some reason with these changes interfaces are formatted onto one line:
interface X { y: string; }
Instead of
interface X {
y: string;
}
No idea why, I'll investigate a bit.
http://reviews.llvm.org/D9491
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
