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 Simple : R|kotlin/Any| {
|
||||
public open static operator fun bar(): R|kotlin/Unit|
|
||||
public open static fun bar(): R|kotlin/Unit|
|
||||
|
||||
public open operator fun foo(): R|kotlin/Unit|
|
||||
public open fun foo(): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/Simple|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user