diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:17:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:17:19 +0000 |
commit | 522ad01105feaa64463dac554d8781566a8090d7 (patch) | |
tree | 6e28d3323ff3ec25ea85dd61503fe24a07560bac /codemaker/test | |
parent | ac5e588c7d2dccffbc312f3f8e83a76ede303a9c (diff) |
INTEGRATION: CWS sb21 (1.2.20); FILE MERGED
2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/javamaker/java15/Test.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/codemaker/test/javamaker/java15/Test.java b/codemaker/test/javamaker/java15/Test.java index cebfa2b711b0..29139684b087 100644 --- a/codemaker/test/javamaker/java15/Test.java +++ b/codemaker/test/javamaker/java15/Test.java @@ -2,9 +2,9 @@ * * $RCSfile: Test.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-06-04 03:15:56 $ + * last change: $Author: rt $ $Date: 2004-08-20 09:17:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,4 +125,10 @@ public final class Test extends ComplexTestCase { failed(); } catch (DeploymentException e) {} } + + private static final class Ifc implements XIfc { + public void f1(PolyStruct<Integer, Integer> arg) {} + + public void f2(PolyStruct<Object, Object> arg) {} + } } |