FIR: Fix another inconsistency with FE1.0 in synthetic properties resolution
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// FIR_IDENTICAL
|
||||
// SKIP_TXT
|
||||
// FILE: A.java
|
||||
public class A {
|
||||
public String getS4ClassRepresentation() { return ""; }
|
||||
}
|
||||
|
||||
// FILE: main.kt
|
||||
fun foo(a: A) {
|
||||
a.s4ClassRepresentation.length
|
||||
}
|
||||
Reference in New Issue
Block a user