From 10830eaae2955766378369b8d1bcc0e6963b9b7f Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Fri, 15 May 2009 15:44:54 +0000 Subject: 1.4-related cleanup and reorganization. Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates. --- test/files/jvm/outerEnum.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/jvm/outerEnum.scala (limited to 'test/files/jvm/outerEnum.scala') diff --git a/test/files/jvm/outerEnum.scala b/test/files/jvm/outerEnum.scala new file mode 100644 index 0000000000..18794b7dbe --- /dev/null +++ b/test/files/jvm/outerEnum.scala @@ -0,0 +1,9 @@ +import enums._ + +object Test extends Application { + def foo { + val res: OuterEnum.Foo = OuterEnum.Foo.Bar + println(res) + } + foo +} -- cgit v1.2.3