87bcbf9147e407dc96f36f968fe4c5f209e24202
setSignature is only called for classes with constructors or static members, so previously _runtimeType was only set explicitly on such classes. Now _runtimeType is not set on any classes except for Object, and all other types inherit _runtimeType from Object. R=jmesserly@google.com Review URL: https://codereview.chromium.org/2076713002 .
Description
Languages
Dart
84.6%
C++
13%
Python
0.7%
JavaScript
0.5%
HTML
0.4%
Other
0.5%