Enum with interface keywords leads to fail in DeclarationChecker
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<!ILLEGAL_ENUM_ANNOTATION!>enum<!> interface Some {
|
||||
// Enum part
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED, ENUM_ENTRY_USES_DEPRECATED_OR_NO_DELIMITER!>D<!>
|
||||
|
||||
// Interface like part
|
||||
fun test()
|
||||
val foo: Int
|
||||
}
|
||||
Reference in New Issue
Block a user