提交 d19fb00f 编写于 作者: V Vasily Kirichenko 提交者: Will Smith

fix wrongly used isInterface flag (#4097)

上级 37fc87c9
......@@ -995,7 +995,7 @@ module UntypedParseImpl =
| (SynAttr "AbstractClass")::xs -> getKind true isInterface isStruct xs
| (SynAttr "Interface")::xs -> getKind isClass true isStruct xs
| (SynAttr "Struct")::xs -> getKind isClass isInterface true xs
| _::xs -> getKind isClass isInterface isInterface xs
| _::xs -> getKind isClass isInterface isStruct xs
match getKind false false false synAttributes with
| false, false, false -> Unknown
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册