Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
conversion
/
MethodDeclarationWithNoBody.java
blob: f9261dcfb6f31683ea9afeb587b13768f3cf11a4 [
file
] [
log
] [
blame
]
class
A
{
public
<
selection
>
void
foo
(
int
p
)</
selection
>
{
System
.
out
.
println
(
"foo"
);
}
}