From 3f4930cef7da8db2a5562ad16a246799256367d3 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 24 Jun 2020 09:56:33 +0200 Subject: [PATCH] Fix #9226: Add regression test Probably fixed by #9127 --- tests/pos/i9226.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/pos/i9226.scala diff --git a/tests/pos/i9226.scala b/tests/pos/i9226.scala new file mode 100644 index 000000000000..4db1f68bb1c0 --- /dev/null +++ b/tests/pos/i9226.scala @@ -0,0 +1 @@ +class C(open: Int)