blob: 32338f17790f659647d1f1cb43b85514571d213c [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
class CreateMethodSignature {
Float m1(int a, double b, long c, Object d) { return null; }
CreateMethodSignature m2(boolean x, short y, char z) { return null; }
}