K2: fix SUPERTYPE_NOT_INITIALIZED not being reported on object expressions ^KT-55597 Fixed
This commit is contained in:
committed by
Space Team
parent
868fe913f1
commit
2a724787f0
@@ -36,6 +36,9 @@ inline val ClassKind.isInterface: Boolean
|
||||
inline val ClassKind.isEnumClass: Boolean
|
||||
get() = this == ClassKind.ENUM_CLASS
|
||||
|
||||
inline val ClassKind.isEnumEntry: Boolean
|
||||
get() = this == ClassKind.ENUM_ENTRY
|
||||
|
||||
inline val ClassKind.isAnnotationClass: Boolean
|
||||
get() = this == ClassKind.ANNOTATION_CLASS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user