/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. */ package com.showcase; import java.io.Serializable; public class Test { public static void main(String argv[]) { ((Integer[] & Serializable)new Integer[1]).getClass(); } }