FIR resolve: check number of parameters when handling Java accessors
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public open class JavaClass : R|kotlin/Any| {
|
||||
public open operator fun getText(): R|ft<kotlin/String, kotlin/String?>|!
|
||||
|
||||
public open operator fun getText(param: R|ft<kotlin/String, kotlin/String?>|!): R|ft<kotlin/String, kotlin/String?>|!
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user