Sign in
android
/
platform
/
dalvik.git
/
refs/heads/eclair-release
/
.
/
tests
/
011-array-copy
/
src
/
Iface1.java
blob: 12dcfe78b4348b6b8f2fc1744fdc2f211f29eb17 [
file
] [
edit
]
// 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"
);
}