import java.util.*; public class MethodI2 { public static void main(String []argv) { Base base = new Base(); List ls = new ArrayList(); base.m(ls); // error, violates bounds } } class Base { } aspect X { public void Base.m(List lz) { } } rce.dussan.org/nextcloud-server.git/atom/tests/lib/PublicNamespace/UtilTest.php?h=fix-files-external-smbclient-deprecated-binaryfinder' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 6931b191a4d5978c1f1a46044b525d33fc12b6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30