[FIR IDE] Initial descriptor-based implementation of the Analysis API
This commit is contained in:
committed by
teamcityserver
parent
e2c9be0932
commit
516dd825c2
+3
-3
@@ -13,9 +13,9 @@ import org.jetbrains.kotlin.descriptors.annotations.Annotations
|
||||
|
||||
class JavaForKotlinOverridePropertyDescriptor(
|
||||
ownerDescriptor: ClassDescriptor,
|
||||
getterMethod: SimpleFunctionDescriptor,
|
||||
setterMethod: SimpleFunctionDescriptor?,
|
||||
overriddenProperty: PropertyDescriptor
|
||||
val getterMethod: SimpleFunctionDescriptor,
|
||||
val setterMethod: SimpleFunctionDescriptor?,
|
||||
val overriddenProperty: PropertyDescriptor
|
||||
) : JavaPropertyDescriptor(
|
||||
ownerDescriptor,
|
||||
Annotations.EMPTY,
|
||||
|
||||
Reference in New Issue
Block a user