mps-coderules/coderules/languages/jetbrains.mps.lang.coderules/runtime
Fedor Isakov 7570d050c9 Fix type declaration: replace linkedlist with list
A problem with collections language is that linkedlist type
gets generated into a Deque. There is a workaround for this,
which fails to work because of another problem in collections
language: linkedlist not being a direct subtype of LinkedList.
Probably a legacy code issue.
2020-12-27 16:04:06 +01:00
..
models Fix type declaration: replace linkedlist with list 2020-12-27 16:04:06 +01:00
jetbrains.mps.lang.coderules.runtime.msd Apply migrations. 2020-07-11 15:13:08 +02:00