-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8, 8-repo-lambda
-
Component/s: tools
-
b87
-
Verified
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; } };
}
}