FIR: set isOperator only for Java methods with appropriate names
#KT-35133 Fixed
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
public abstract interface JavaBeanAbstractGetter : R|kotlin/Any| {
|
||||
public abstract operator fun getRed(): R|kotlin/Int|
|
||||
public abstract fun getRed(): R|kotlin/Int|
|
||||
|
||||
public abstract operator fun getBlue(): R|kotlin/Int|
|
||||
public abstract fun getBlue(): R|kotlin/Int|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user