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