make/test/HelloWorld.javap.gold.txt

Mon, 06 Dec 2010 11:50:37 +0000

author
mcimadamore
date
Mon, 06 Dec 2010 11:50:37 +0000
changeset 774
56f59723fddf
parent 0
959103a6100f
permissions
-rw-r--r--

7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub()
Reviewed-by: jjg

aoqi@0 1 Compiled from "HelloWorld.java"
aoqi@0 2 public class HelloWorld extends java.lang.Object{
aoqi@0 3 public HelloWorld();
aoqi@0 4 public static void main(java.lang.String[]);
aoqi@0 5 public native void test();
aoqi@0 6 }
aoqi@0 7

mercurial