Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 6a31e66128927ffabfd1c1433cca7f9b6296ca4c (plain) (blame)
1
2
3
4
5
6
7
8
//package test0324;
//
//public class Test {
//  void foo() {
//    Object x;
//    x = (java.lang.Object[]) null;
//  }
//}

Back to the top