summaryrefslogtreecommitdiffstats
path: root/test/CreateMethodDescriptor/CreateMethodDescriptor.java
blob: aa1f3de309cdae80f54fa15d168cbaffcefebdc1 (plain)
1
2
3
4
5
6
// 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; }
}