Add @JvmDefault for getPossibleSyntheticNestedClassNames
This commit is contained in:
+1
@@ -149,6 +149,7 @@ interface SyntheticResolveExtension {
|
|||||||
* or null in case it needs to run resolution and inference and/or it is very costly.
|
* or null in case it needs to run resolution and inference and/or it is very costly.
|
||||||
* Override this method if resolution started to fail with recursion.
|
* Override this method if resolution started to fail with recursion.
|
||||||
*/
|
*/
|
||||||
|
@JvmDefault
|
||||||
fun getPossibleSyntheticNestedClassNames(thisDescriptor: ClassDescriptor): List<Name>? = getSyntheticNestedClassNames(thisDescriptor)
|
fun getPossibleSyntheticNestedClassNames(thisDescriptor: ClassDescriptor): List<Name>? = getSyntheticNestedClassNames(thisDescriptor)
|
||||||
|
|
||||||
fun addSyntheticSupertypes(thisDescriptor: ClassDescriptor, supertypes: MutableList<KotlinType>) {}
|
fun addSyntheticSupertypes(thisDescriptor: ClassDescriptor, supertypes: MutableList<KotlinType>) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user