blob: 32338f17790f659647d1f1cb43b85514571d213c [file] [log] [blame]
Ian Rogers0571d352011-11-03 19:51:38 -07001// Copyright 2011 Google Inc. All Rights Reserved.
2
3class 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}