jdk/test/com/sun/corba/5036554/bug.idl
author coffeys
Wed, 23 Oct 2013 16:53:42 +0100
changeset 21349 2033e0b90321
permissions -rw-r--r--
5036554: unmarshal error on CORBA alias type in CORBA any Reviewed-by: chegar, smarks

// IDL file bug.idl
module bug {
    typedef string myString;
};