ceylon-dart
ceylon-dart copied to clipboard
improve generation of synthetic variable identifiers
Temp and synthetic variable name generation is a bit ad-hoc and should be centralized. Maybe something like String generateName(NameTypeEnum purpose, Declaration? forDeclaration)
.