Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertCamelCaseTestFunctionToSpaced
/
letters.kt.after
blob: bf442c2cb5b3f16ef7c9aae4c9078b0fb6bc3c7b [
file
]
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
import
org
.
junit
.
Test
class
A
{
@Test
fun
`test two plus two equals four`
()
{}
}
fun test
()
{
A
().
`test two plus two equals four`
()
}