ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

ConcurrentLinkedQueue #569

Closed GeorgeS2019 closed 3 months ago

GeorgeS2019 commented 3 months ago

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

ConcurrentLinkedQueue<Integer> list = new ConcurrentLinkedQueue<Integer>();
wasabii commented 3 months ago

There are no generics.