// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar import org.junit.Test class A { @Test fun `testTwo + Two==Four`() {} } fun test() { A().`testTwo + Two==Four`() }