File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ abstract private class GeneratedType extends Type, GeneratedElement {
132
132
else (
133
133
not this instanceof DelegateType and
134
134
result =
135
- this .stubAttributes ( ) + stubAccessibility ( this ) + this . stubAbstractModifier ( ) +
136
- this .stubStaticModifier ( ) + this .stubPartialModifier ( ) + this .stubKeyword ( ) + " " +
137
- this .getUndecoratedName ( ) + stubGenericArguments ( this ) + this .stubBaseTypesString ( ) +
138
- stubTypeParametersConstraints ( this ) + "\n{\n" + this . stubPrivateConstructor ( ) +
139
- this .stubMembers ( assembly ) + "}\n\n"
135
+ this .stubAttributes ( ) + stubUnsafe ( this ) + stubAccessibility ( this ) +
136
+ this .stubAbstractModifier ( ) + this .stubStaticModifier ( ) + this .stubPartialModifier ( ) +
137
+ this .stubKeyword ( ) + " " + this .getUndecoratedName ( ) + stubGenericArguments ( this ) +
138
+ this . stubBaseTypesString ( ) + stubTypeParametersConstraints ( this ) + "\n{\n" +
139
+ this .stubPrivateConstructor ( ) + this . stubMembers ( assembly ) + "}\n\n"
140
140
or
141
141
result =
142
142
this .stubAttributes ( ) + stubUnsafe ( this ) + stubAccessibility ( this ) + this .stubKeyword ( ) +
You can’t perform that action at this time.
0 commit comments