Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertCamelCaseTestFunctionToSpacedIntention
/
after.kt.template
blob: 306191852a924fa931b21e03a5f1543c9ab1a48c [
file
] [
log
] [
blame
]
class
MyTest
{
@Test
fun
<spot>`test two plus two equals four`
</
spot
>()
{
}
}