ikvmnet/ikvm

ConcurrentLinkedQueue

GeorgeS2019 opened this issue · 1 comments

Compiler Error CS0308
The non-generic type-or-method 'identifier' cannot be used with type arguments.

ConcurrentLinkedQueue<Integer> list = new ConcurrentLinkedQueue<Integer>();

There are no generics.