New J2K: add better support of implicit functional interfaces
#KT-32702 fixed #KT-19327 fixed
This commit is contained in:
@@ -46,6 +46,9 @@ class KtClassBody : KtElementImplStub<KotlinPlaceHolderStub<KtClassBody>>, KtDec
|
||||
val properties: List<KtProperty>
|
||||
get() = getStubOrPsiChildrenAsList(KtStubElementTypes.PROPERTY)
|
||||
|
||||
val functions: List<KtFunction>
|
||||
get() = getStubOrPsiChildrenAsList(KtStubElementTypes.FUNCTION)
|
||||
|
||||
val enumEntries: List<KtEnumEntry>
|
||||
get() = getStubOrPsiChildrenAsList(KtStubElementTypes.ENUM_ENTRY).filterIsInstance<KtEnumEntry>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user