From 91703ae8fb8a087b05420c45be53108fe5125354 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 28 Jul 2019 17:30:14 +0200 Subject: [PATCH] Fix #6277: Add test --- tests/pos/i6227.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pos/i6227.scala diff --git a/tests/pos/i6227.scala b/tests/pos/i6227.scala new file mode 100644 index 000000000000..2076ef747af8 --- /dev/null +++ b/tests/pos/i6227.scala @@ -0,0 +1,3 @@ +class C { + opaque type T = Int +} \ No newline at end of file