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 f71b8bb commit d307177Copy full SHA for d307177
tests/run/i6834.scala
@@ -0,0 +1,5 @@
1
+object Foo
2
+object Test {
3
+ def main(args: Array[String]) =
4
+ assert(Foo.getClass.getConstructors.length == 0)
5
+}
0 commit comments