blob: 682fbddfb7afdabdfd46957a18c4cb478b92db3f [file] [log] [blame]
class Test1<U> {
public static void main(String[] args) {
Comparable<? extends Integer> c = <caret>o->{
return 0;
};
}
}