Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
conversion
/
FieldWithNoModifierAndNoSemicolon.java
blob: f859155d2d2bdfa920eb8ec96440fbd868e2b24f [
file
] [
log
] [
blame
]
public
class
JavaClass
{
public
<
selection
>
volatile
int
field
=
1
</
selection
>;
}