From e49ec10e93eeec1af775096de07dd46a7d0a1fad Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 22 Jun 2011 21:09:57 +0000 Subject: Test case closes #4727, no review. --- test/files/run/bug4727.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/bug4727.scala (limited to 'test/files/run/bug4727.scala') diff --git a/test/files/run/bug4727.scala b/test/files/run/bug4727.scala new file mode 100644 index 0000000000..40c06713ca --- /dev/null +++ b/test/files/run/bug4727.scala @@ -0,0 +1,7 @@ +class C[T](x : T = null) + +object Test { + def main(args: Array[String]): Unit = { + new C[Int] + } +} -- cgit v1.2.3