Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
joinDeclarationAndAssignment
/
singleConstructor.kt.after
blob: b7e322e5d8e79a2d8545d0e77e1af77fc55e6637 [
file
] [
log
] [
blame
]
class
A
{
constructor
()
{
}
val a
<selection>
:
Int
</
selection
><
caret
>
=
1
}