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: fada3e21528a719742865615b7f4d31aa5d26b63 (plain) (blame)
1
2
3
4
5
6
7
8
//package test0325;
//
//public class Test {
//  void foo() {
//    Object x;
//    x = (int[]) null;
//  }
//}

Back to the top