dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

Classes with no members do not get their runtime type set

Open leafpetersen opened this issue 8 years ago • 0 comments

Currently the class runtime type (Type) is set by a call to dart.tag inside of dart.setSignature. We don't emit calls to dart.setSignature if there are no members in the class, so the type doesn't get set and type name printing gets weird.

leafpetersen avatar Jun 02 '16 00:06 leafpetersen