c50f38aa52
#KT-12489 Fixed (cherry picked from commit 21e24a1)
10 lines
331 B
Plaintext
Vendored
10 lines
331 B
Plaintext
Vendored
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// ERROR: Cannot access class 'java.lang.Class'. Check your module classpath for missing or conflicting dependencies
|
|
// ERROR: This annotation is not applicable to target 'member function'
|
|
// IS_APPLICABLE: false
|
|
|
|
import org.junit.Test
|
|
|
|
class A {
|
|
@Test fun `<caret>foo bar`() {}
|
|
} |