hotspot/test/testlibrary/ctw/test/Bar.java
changeset 28398 43839f0cb0e8
parent 28280 bfc24ae2b900
parent 28397 6b74798bc83d
child 28399 bf1c46a12489
child 28474 a73f0b1afca7
child 28481 35b47bc23a71
child 28490 39f2d17d9be3
--- a/hotspot/test/testlibrary/ctw/test/Bar.java	Wed Jul 05 20:13:25 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-public class Bar {
-  private static void staticMethod() { }
-  public void method() { }
-  protected Bar() { }
-}