aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t8363.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t8363.scala')
-rw-r--r--tests/untried/pos/t8363.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/pos/t8363.scala b/tests/untried/pos/t8363.scala
index 639faf412..aecb8e4dc 100644
--- a/tests/untried/pos/t8363.scala
+++ b/tests/untried/pos/t8363.scala
@@ -1,5 +1,5 @@
class C(a: Any)
-class Test {
+class Test {
def foo: Any = {
def form = 0
class C1 extends C(() => form)