You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] -- Error: /home/julien/workspace/dev/scala/collection-strawman/src/main/scala/strawman/collection/concurrent/INodeBase.java:18:52
[error] 18 | public static final AtomicReferenceFieldUpdater<INodeBase, MainNode> updater =
[error] | ^^^^^^^^^
[error] |Type argument strawman.collection.concurrent.INodeBase has not the same kind as its bound
[error] -- Error: /home/julien/workspace/dev/scala/collection-strawman/src/main/scala/strawman/collection/concurrent/INodeBase.java:18:63
[error] 18 | public static final AtomicReferenceFieldUpdater<INodeBase, MainNode> updater =
[error] | ^^^^^^^^
[error] |Type argument strawman.collection.concurrent.MainNode has not the same kind as its bound
The following Java code is parsed and compiled by javac but dotc rejects it:
The errors produced by dotc are the following:
The full code is available here.
The text was updated successfully, but these errors were encountered: