E4157

E4157#

Unsupported signature in mbti file.

Currently, only abstract type, functions and methods are supported in mbti file.

错误示例#

package "moonbit-community/E4157"

// Non abstract type is not supported
enum A {
  B
  C
}

建议#

Use abstract type instead.

package "moonbit-community/E4157-fixed"

type A