Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
IntroduceBackingPropertyIntention
/
before.kt.template
blob: 959c40828dcb983fcc2d8dc02f778ba673e0c242 [
file
] [
log
] [
blame
]
class
Foo
{
var
<spot>
x
</
spot
>
=
""
}