diff options
Diffstat (limited to 'dx/tests/073-dex-null-array-refs')
-rw-r--r-- | dx/tests/073-dex-null-array-refs/Blort.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dx/tests/073-dex-null-array-refs/Blort.java b/dx/tests/073-dex-null-array-refs/Blort.java index b6678c0b2..e16e0f47d 100644 --- a/dx/tests/073-dex-null-array-refs/Blort.java +++ b/dx/tests/073-dex-null-array-refs/Blort.java @@ -14,7 +14,7 @@ * limitations under the License. */ -public class Blort +public class Blort { public static Object test1() { return ((Object[]) null)[0]; @@ -50,7 +50,7 @@ public class Blort return arr[0]; } - + public static void test8(Object[] arr) { if (check()) { arr = null; |