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 AnnotatedMethod : R|kotlin/Any| {
|
||||
@R|test/AnnotatedMethod.Anno|(Int(42)) public open operator fun f(): R|kotlin/Unit|
|
||||
@R|test/AnnotatedMethod.Anno|(Int(42)) public open fun f(): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/AnnotatedMethod|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user