Fixed synthetic properties for method inherited from two bases
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
return f(JavaClass())
|
||||
}
|
||||
|
||||
fun f(c: C) = c.ok
|
||||
Reference in New Issue
Block a user