98810ba750
#KT-27143 Fixed
10 lines
190 B
Plaintext
Vendored
10 lines
190 B
Plaintext
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
import org.junit.Test
|
|
|
|
class A {
|
|
@Test fun `test two plus two equals four`() {}
|
|
}
|
|
|
|
fun test() {
|
|
A().`test two plus two equals four`()
|
|
} |