AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
711 stars 123 forks source link

Refine warning on static extending/in a var sig #209

Closed grayswandyr closed 7 months ago

grayswandyr commented 1 year ago
var sig A {}
one sig B extends A {} // or `in`

shouldn't raise a warning when A isn't abstract.