Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
CreateMethodSignature
/
CreateMethodSignature.java
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
;
}
}