From bff27eb916c2cbd9030b1fc91cd99115702de337 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Mon, 9 Oct 2006 12:58:10 +0000 Subject: updated --- test/pending/pos/bug579.scala | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/pending/pos') diff --git a/test/pending/pos/bug579.scala b/test/pending/pos/bug579.scala index 9b4575835b..a0806919e0 100644 --- a/test/pending/pos/bug579.scala +++ b/test/pending/pos/bug579.scala @@ -12,4 +12,10 @@ object Test extends Application { val x = new MyBean; x.frombulizer = "hello" + x.setFrombulizer ("hola") // synthetic methods comes too late for typechecking this code + + val z:String = x.frombulizer + + val zz:String = x.getFrombulizer // synthetic methods comes too late for typechecking this code + } -- cgit v1.2.3