FIR: set isOperator only for Java methods with appropriate names
#KT-35133 Fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public open class TwoSetters : R|kotlin/Any| {
|
||||
public open operator fun setSize(size: R|ft<kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
||||
public open fun setSize(size: R|ft<kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
||||
|
||||
public open operator fun setSize(size: R|kotlin/Int|): R|kotlin/Unit|
|
||||
public open fun setSize(size: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/TwoSetters|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user