98810ba750
#KT-27143 Fixed
8 lines
157 B
Kotlin
Vendored
8 lines
157 B
Kotlin
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// IS_APPLICABLE: false
|
|
|
|
import org.junit.Test
|
|
|
|
class A {
|
|
@Test fun <caret>testTwoPlusTwoEqualsFour() {}
|
|
} |