From 5962a931c83622ce065bc1ce9add049ade89bfcf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 8 Mar 2015 22:02:22 +0100 Subject: Pickling test reorg Move pickling tests into separate top-level test directory. That way they are not needlessly pos-tested before. Also, disable core tests for now - after rebasing we get a stale symbol error. Need to investigate that. --- tests/pickling/alias.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pickling/alias.scala (limited to 'tests/pickling/alias.scala') diff --git a/tests/pickling/alias.scala b/tests/pickling/alias.scala new file mode 100644 index 000000000..a66edc73a --- /dev/null +++ b/tests/pickling/alias.scala @@ -0,0 +1,3 @@ +class A(val x: Int) + +class B(x: Int) extends A(x) -- cgit v1.2.3