blob: f787f50af2f31c1afb243c936e7b74276e2e0f3c [file] [log] [blame]
// "Replace with lambda" "true"
class Test {
{
Comparable<String> c = o -> 0;
}
}