Skip to content

Commit e3832d0

Browse files
committed
regenerate
1 parent 0e2df35 commit e3832d0

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

lib/src/generator/templates.runtime_renderers.dart

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15829,6 +15829,7 @@ const _invisibleGetters = {
1582915829
'scope'
1583015830
},
1583115831
'CompilationUnitElement': {
15832+
'accessibleExtensions',
1583215833
'accessors',
1583315834
'classes',
1583415835
'enclosingElement',
@@ -15845,6 +15846,7 @@ const _invisibleGetters = {
1584515846
'mixins',
1584615847
'parts',
1584715848
'runtimeType',
15849+
'scope',
1584815850
'session',
1584915851
'topLevelVariables',
1585015852
'typeAliases'
@@ -15888,6 +15890,7 @@ const _invisibleGetters = {
1588815890
'alias',
1588915891
'element',
1589015892
'element2',
15893+
'element3',
1589115894
'extensionTypeErasure',
1589215895
'hashCode',
1589315896
'isBottom',
@@ -16033,15 +16036,15 @@ const _invisibleGetters = {
1603316036
'ExecutableMember': {
1603416037
'augmentationSubstitution',
1603516038
'children',
16036-
'children3',
16039+
'children2',
1603716040
'context',
1603816041
'declaration',
1603916042
'displayName',
1604016043
'documentationComment',
16041-
'element',
1604216044
'enclosingElement',
16045+
'enclosingElement2',
1604316046
'enclosingElement3',
16044-
'enclosingFragment',
16047+
'formalParameters',
1604516048
'hasAlwaysThrows',
1604616049
'hasDeprecated',
1604716050
'hasDoNotStore',
@@ -16087,27 +16090,27 @@ const _invisibleGetters = {
1608716090
'isSynthetic',
1608816091
'kind',
1608916092
'library',
16090-
'libraryFragment',
16093+
'library2',
1609116094
'librarySource',
1609216095
'location',
1609316096
'metadata',
1609416097
'name',
1609516098
'nameLength',
1609616099
'nameOffset',
16097-
'nextFragment',
1609816100
'nonSynthetic',
16101+
'nonSynthetic2',
1609916102
'parameters',
16100-
'parameters2',
16101-
'previousFragment',
1610216103
'returnType',
1610316104
'runtimeType',
1610416105
'session',
1610516106
'sinceSdkVersion',
1610616107
'substitution',
1610716108
'type',
16108-
'typeParameters'
16109+
'typeParameters',
16110+
'typeParameters2'
1610916111
},
1611016112
'Expression': {
16113+
'correspondingParameter',
1611116114
'hashCode',
1611216115
'inConstantContext',
1611316116
'isAssignable',
@@ -16166,6 +16169,7 @@ const _invisibleGetters = {
1616616169
'FunctionType': {
1616716170
'element',
1616816171
'element2',
16172+
'formalParameters',
1616916173
'hashCode',
1617016174
'namedParameterTypes',
1617116175
'normalParameterNames',
@@ -16175,7 +16179,8 @@ const _invisibleGetters = {
1617516179
'parameters',
1617616180
'returnType',
1617716181
'runtimeType',
16178-
'typeFormals'
16182+
'typeFormals',
16183+
'typeParameters'
1617916184
},
1618016185
'FunctionTypedElement': {
1618116186
'hashCode',
@@ -16432,6 +16437,7 @@ const _invisibleGetters = {
1643216437
'ParameterElement': {
1643316438
'declaration',
1643416439
'defaultValueCode',
16440+
'element',
1643516441
'hasDefaultValue',
1643616442
'hashCode',
1643716443
'isCovariant',
@@ -16459,6 +16465,7 @@ const _invisibleGetters = {
1645916465
'defaultValueCode',
1646016466
'displayName',
1646116467
'documentationComment',
16468+
'element',
1646216469
'enclosingElement',
1646316470
'enclosingElement3',
1646416471
'hasAlwaysThrows',

0 commit comments

Comments
 (0)