Add tests for Java synthetic properties in external dependencies
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// !DUMP_DEPENDENCIES
|
||||
// FILE: javaSyntheticProperty.kt
|
||||
val test = J().foo
|
||||
|
||||
// FILE: J.java
|
||||
class J {
|
||||
public String getFoo() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user