From 16fca155f26aef709ea41e5a2d201f13b6dbf193 Mon Sep 17 00:00:00 2001 From: paltherr Date: Thu, 8 Jan 2004 17:50:24 +0000 Subject: - Added import for .NET --- test/files/pos/compile.scala | 4 +++- test/pos/compile.scala | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/files/pos/compile.scala b/test/files/pos/compile.scala index 7b493bacc9..f94aceedac 100644 --- a/test/files/pos/compile.scala +++ b/test/files/pos/compile.scala @@ -1,8 +1,10 @@ //############################################################################ -// Compile Time Bugs +// Compile Time Bugs & Test Cases //############################################################################ // $Id$ +import java.lang.System; // to avoid name clash with .NET's library + //############################################################################ // Test 0 diff --git a/test/pos/compile.scala b/test/pos/compile.scala index 7b493bacc9..f94aceedac 100644 --- a/test/pos/compile.scala +++ b/test/pos/compile.scala @@ -1,8 +1,10 @@ //############################################################################ -// Compile Time Bugs +// Compile Time Bugs & Test Cases //############################################################################ // $Id$ +import java.lang.System; // to avoid name clash with .NET's library + //############################################################################ // Test 0 -- cgit v1.2.3