FIR: set isOperator only for Java methods with appropriate names
#KT-35133 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
public open class Inheritor : R|kotlin/Any|, R|Base| {
|
||||
public open operator fun getX(): R|kotlin/Int|
|
||||
public open fun getX(): R|kotlin/Int|
|
||||
|
||||
public constructor(): R|Inheritor|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user