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|
|
||||
|
||||
|
||||
@@ -5,14 +5,14 @@ public final enum class StaticMembersInEnum : R|kotlin/Enum<ft<test/StaticMember
|
||||
|
||||
public final static field CONSTANT: R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>!|
|
||||
|
||||
public open static operator fun foo(): R|kotlin/Unit|
|
||||
public open static fun foo(): R|kotlin/Unit|
|
||||
|
||||
public open static operator fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
||||
public open static fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final static fun values(): R|kotlin/Array<test/StaticMembersInEnum>| {
|
||||
}
|
||||
|
||||
public open static operator fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
||||
public open static fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final static fun valueOf(value: R|kotlin/String|): R|test/StaticMembersInEnum| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user