BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
7 stars 6 forks source link

Validate interfaces cannot be instantiated #86

Open hyyan opened 1 year ago

hyyan commented 1 year ago

The following is wrong and a warning should be shown:

interface public TheInterface

interfaceend

a! = new TheInterface()