Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
fb8a127fd2ca8eb6cbbc9d62b708c1fc2b3003a4
/
.
/
test
/
008-instanceof
/
src
/
Iface2.java
blob: 83fe6508df9ffc5ec53d4bf9ca11d9e040c03f50 [
file
] [
log
] [
blame
]
// Copyright 2006 The Android Open Source Project
/**
* Another interface.
*/
public
interface
Iface2
{
public
int
iFunc2
(
int
ii
);
}