Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertCamelCaseTestFunctionToSpaced
/
letters.kt
blob: f2d77798d5888b80164945a2fea4ba4122b0f409 [
file
]
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
import
org
.
junit
.
Test
class
A
{
@Test
fun
<caret>
testTwoPlusTwoEqualsFour
()
{}
}
fun test
()
{
A
().
testTwoPlusTwoEqualsFour
()
}