Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
ImplementAbstractMethodAction
/
before.java.template
blob: 882780085c76ef10fdd8a7950a5fa42f495c5265 [
file
] [
log
] [
blame
]
public
abstract
class
X
{
<spot>
abstract
void
f
()</
spot
>;
}
abstract
class
Y
extends
X
{
}