We have a small issue with calling method of a sup...
# announcements
n
We have a small issue with calling method of a super-class that implements some interface method with default parameter values. If we don’t pass all parameters, we get StackOverflowError on JVM. Here is an example: http://try.kotlinlang.org/#/UserProjects/io04juf2c15q99550akrhabekj/55kjjh0c8igb3lec4mrurmracq I wonder if it’s a correct behavior or a known issue with Kotlin JVM compiler… the issue is not reproduced with JS compiler