test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java

changeset 1511
c7c41a044e7c
parent 1436
f6f1fd261f57
     1.1 --- a/test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java	Mon Jan 21 20:13:56 2013 +0000
     1.2 +++ b/test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java	Mon Jan 21 20:14:39 2013 +0000
     1.3 @@ -23,7 +23,6 @@
     1.4  
     1.5  // key: compiler.err.prob.found.req
     1.6  // key: compiler.misc.secondary.bound.must.be.marker.intf
     1.7 -// options: -XDallowIntersectionTypes
     1.8  
     1.9  class SecondaryBoundMustBeMarkerInterface {
    1.10      Runnable r = (Runnable & Comparable<?>)()->{};

mercurial