Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
copyPaste
/
conversion
/
Indentation.java
blob: ae5a08318dcedb0c674f394e7cbada35bac151d7 [
file
] [
log
] [
blame
]
class
A
{
public
static
void
main
(
String
[]
args
){
<
selection
>
if
(
x
>
0
)
x
=
2
;
else
x
=
3
;</
selection
>
}
}