| Ian Rogers | 0571d35 | 2011-11-03 19:51:38 -0700 | [diff] [blame] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
| 2 | |||||
| 3 | class CreateMethodSignature { | ||||
| 4 | Float m1(int a, double b, long c, Object d) { return null; } | ||||
| 5 | CreateMethodSignature m2(boolean x, short y, char z) { return null; } | ||||
| 6 | } | ||||