0e2bdb8e66
Also restore tests for ConvertCamelCaseTestFunctionToSpaced and apply fix for KT-18375
8 lines
142 B
Kotlin
Vendored
8 lines
142 B
Kotlin
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// IS_APPLICABLE: false
|
|
|
|
import org.junit.Test
|
|
|
|
class A {
|
|
@Test fun `<caret>foo bar`() {}
|
|
} |