Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertSnakeCaseTestFunctionToSpacedIntention/after.kt.template
T
2019-02-01 11:07:00 +03:00

6 lines
87 B
Plaintext

class MyTest {
@Test fun <spot>`test two plus two equals four`</spot>() {
}
}