New J2K: use nullable type for unknown for public declarations & prepare for mutability inference
#KT-32518 fixed
This commit is contained in:
@@ -46,7 +46,7 @@ class KtClassBody : KtElementImplStub<KotlinPlaceHolderStub<KtClassBody>>, KtDec
|
||||
val properties: List<KtProperty>
|
||||
get() = getStubOrPsiChildrenAsList(KtStubElementTypes.PROPERTY)
|
||||
|
||||
val functions: List<KtFunction>
|
||||
val functions: List<KtNamedFunction>
|
||||
get() = getStubOrPsiChildrenAsList(KtStubElementTypes.FUNCTION)
|
||||
|
||||
val enumEntries: List<KtEnumEntry>
|
||||
|
||||
Reference in New Issue
Block a user