blob: 7e00ae40b22f071e1826eebcadc8698d670e82a9 [file] [log] [blame]
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
import org.junit.Test
class A {
@Test fun <caret>`testTwo + Two==Four`() {}
}
fun test() {
A().`testTwo + Two==Four`()
}