Open tudortimi opened 2 years ago
When using the interface class construct, the parser is offended by the interface keyword:
interface class
interface
It's probably looking for a matching endinterface to match to it.
endinterface
When using the
interface class
construct, the parser is offended by theinterface
keyword:It's probably looking for a matching
endinterface
to match to it.