Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
c6e64ea32a7732e98975e37c5f8545c652a41ac8
/
.
/
tests
/
011-array-copy
/
src
/
Iface1.java
blob: 12dcfe78b4348b6b8f2fc1744fdc2f211f29eb17 [
file
] [
log
] [
blame
]
// Copyright 2005 The Android Open Source Project
/**
* Test stuff.
*/
public
interface
Iface1
{
public
int
iFunc1
(
int
ii
);
public
float
mFloaty
=
5.0f
;
public
String
mWahoo
=
new
String
(
"wahoo"
);
}