solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
interface B { }
abstract interface A { }
// ----
// TypeError 9348: (16-40): Interfaces do not need the "abstract" keyword, they are abstract implicitly.