forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#Issue eclipse-jdt#2537 fix - correction of the test
- Loading branch information
1 parent
529d317
commit 8cb2ff1
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
* Bug 452194 - Code no longer compiles in 4.4.1, but with confusing error | ||
* Bug 456459 - Discrepancy between Eclipse compiler and javac - Enums, interfaces, and generics | ||
* Bug 456924 - StackOverflowError during compilation | ||
* Kamil Krzywanski <[email protected]> - <a href="https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2537">Issue #2537</a> | ||
*******************************************************************************/ | ||
package org.eclipse.jdt.core.tests.compiler.regression; | ||
|
||
|