author | jlahoda |
Thu, 09 Oct 2014 10:08:52 +0200 | |
changeset 26993 | 513b2cae81c3 |
parent 17800 | fba31de14b46 |
child 30713 | 4a01965154be |
permissions | -rw-r--r-- |
10 | 1 |
/* |
2 |
* @test |
|
3 |
* @bug 4053724 |
|
4 |
* @summary Certain non-ambiguous field references were reported by the |
|
5 |
* compiler as ambigous. |
|
6 |
* @author turnidge |
|
7 |
* |
|
17800
fba31de14b46
7164114: Two jtreg tests are not run due to no file extension on the test files
vromero
parents:
10
diff
changeset
|
8 |
* @compile one/Parent.java two/Child.java |
fba31de14b46
7164114: Two jtreg tests are not run due to no file extension on the test files
vromero
parents:
10
diff
changeset
|
9 |
* @compile/fail one/Parent2.java two/Child2.java |
10 | 10 |
*/ |