New J2K: correctly create AST for Java call of Kotlin data class derived members
#KT-32604 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
public static void main(String[] args) {
|
||||
Person person = new Person("M", "S");
|
||||
System.out.println(person.toString());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user