FIR resolve: check number of parameters when handling Java accessors
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun test() {
|
||||
val jc = JavaClass()
|
||||
val result = jc.text
|
||||
}
|
||||
|
||||
fun otherTest(jc: JavaClass) {
|
||||
val result = jc.text
|
||||
}
|
||||
Reference in New Issue
Block a user