File tree 1 file changed +9
-49
lines changed
1 file changed +9
-49
lines changed Original file line number Diff line number Diff line change @@ -119,22 +119,22 @@ public void Test()
119
119
PropB = 2
120
120
} ;
121
121
122
- yield return new InnerA . InnerB {
123
- PropA = 1 ,
124
- PropB = 2
125
- } ;
122
+ // yield return new InnerA.InnerB {
123
+ // PropA = 1,
124
+ // PropB = 2
125
+ // };
126
126
127
127
yield return new InnerA
128
128
{
129
129
Boo = "Foo" ,
130
130
May = "Yay"
131
131
} ;
132
132
133
- yield return new InnerA . InnerB
134
- {
135
- Boo = "Foo" ,
136
- May = "Yay"
137
- } ;
133
+ // yield return new InnerA.InnerB
134
+ // {
135
+ // Boo = "Foo",
136
+ // May = "Yay"
137
+ // };
138
138
139
139
// extra test-cases
140
140
@@ -255,43 +255,3 @@ public async Task WriteAsync()
255
255
}
256
256
}
257
257
}
258
-
259
- namespace Foo
260
- {
261
- internal T GetThings ( )
262
- {
263
- private Thing < int > Values ( string key , int [ ] numbers , bool ignoreCase )
264
- {
265
- return ( from n in numbers
266
- where string . Equals ( "" , "" )
267
- select n ) ;
268
- }
269
-
270
- private string GetKey ( int number , bool randomCase )
271
- {
272
- if ( randomCase )
273
- {
274
- bool upper = false
275
- return ( upper ? "AA" : "aa" ) ;
276
- }
277
- else
278
- {
279
- return "AA" + Right2Chars ( number . ToString ( ) ) ;
280
- }
281
- }
282
- }
283
- }
284
-
285
- namespace Foo
286
- {
287
- internal T GetAssemblies ( )
288
- {
289
- static string GetRelativePath ( string path , Uri baseUri )
290
- {
291
- var rootedPath = Path . IsPathRooted ( path )
292
- ? path
293
- : x ;
294
- return rootedPath ;
295
- }
296
- }
297
- }
You can’t perform that action at this time.
0 commit comments