File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,9 @@ let foldType2
515515 let newChildren = ti.children |> foldMap ( fun curState ch -> chChildFunc ch ( loopType ( Some { ParentInfo.parent = t ; name= Some ch.Name.Value; parentData= parentData}) ch.Type curState)) ns
516516 choiceFunc pi t ti newChildren
517517 | ReferenceType ti ->
518- // match CommonTypes.ProgrammingLanguage.ActiveLanguages.Head with
519- // | CommonTypes.ProgrammingLanguage.Scala -> refType pi t ti (loopType pi ti.resolvedType us)
520- // | _ ->
518+ match CommonTypes.ProgrammingLanguage.ActiveLanguages.Head with
519+ | CommonTypes.ProgrammingLanguage.Scala -> refType pi t ti ( loopType pi ti.resolvedType us)
520+ | _ ->
521521 match ti.hasExtraConstrainsOrChildrenOrAcnArgs with
522522 | true ->
523523 refType pi t ti ( loopType pi ti.resolvedType us)
You can’t perform that action at this time.
0 commit comments