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

6 lines
85 B
Plaintext

class MyTest {
@Test fun <spot>test_two_plus_two_equals_four</spot>() {
}
}