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