mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
avoid search by offset in copy, use marker instead
This commit is contained in:
@@ -7,6 +7,6 @@ class Foo<T> {
|
||||
|
||||
class Constructors {
|
||||
public static void main(String[] args) {
|
||||
Foo<Number> foo2 = new Foo<>(1);
|
||||
Foo<Number> foo2 = new Foo<Number>(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user