We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce399 commit 85b0c0fCopy full SHA for 85b0c0f
tests/run/junitForwarders/C_1.scala
@@ -11,5 +11,5 @@ object Test extends App {
11
}
12
check(classOf[C], "foo - @org.junit.Test()")
13
// TODO scala-dev#213: should `foo$` really carry the @Test annotation?
14
- check(classOf[T], "$init$ - ;foo - @org.junit.Test();foo$ - @org.junit.Test()")
+ check(classOf[T], "$init$ - ;foo - @org.junit.Test()")
15
0 commit comments