From f76306b77fdc5b028d900141a40b8c98354641a9 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 7 Aug 2012 12:22:10 +0200 Subject: SI-6040 error on unauthorized extension Dynamic authorization is easy to get: `import language.dynamics` --- test/files/pos/t6040.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/pos/t6040.scala (limited to 'test/files/pos') diff --git a/test/files/pos/t6040.scala b/test/files/pos/t6040.scala new file mode 100644 index 0000000000..9c00ecd8e1 --- /dev/null +++ b/test/files/pos/t6040.scala @@ -0,0 +1,3 @@ +import language.dynamics + +class X extends Dynamic \ No newline at end of file -- cgit v1.2.3