Details
-
Bug
-
Resolution: Fixed
-
P2
-
8, 8-repo-lambda
-
b87
-
Verified
Description
This program crashes javac:
class Lambda {
public static void main(String[] args) throws Throwable {
Runnable[] rs = { () -> { String x = null; }, () -> { String x = null; } };
}
}
class Lambda {
public static void main(String[] args) throws Throwable {
Runnable[] rs = { () -> { String x = null; }, () -> { String x = null; } };
}
}