mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
FIR: set isOperator only for Java methods with appropriate names
#KT-35133 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public open class JavaBeanVal : R|kotlin/Any| {
|
||||
public open operator fun getColor(): R|ft<kotlin/String, kotlin/String?>!|
|
||||
public open fun getColor(): R|ft<kotlin/String, kotlin/String?>!|
|
||||
|
||||
public constructor(): R|test/JavaBeanVal|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user