blob: e1f8ba62cbb8c391192f8c035335113cda779e1f [file] [log] [blame]
class X {
{
Comparable<String> c = o -> {
return 1;
};
}
}