Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertPropertyInitializerToGetterIntention
/
before.kt.template
blob: 45a9b7d4aa5f0d06635086fc88978cbfbbc845e2 [
file
] [
log
] [
blame
]
class
A
{
val foo
:
Int
=
<spot>
1
</
spot
>
}