<@U092308M7> this line <https://github.com/MarioAr...
# random
d
o
org.junit.ComparisonFailure: expected:<Hello, Alice[!]> but was:<Hello, Alice[]>
d
Test didn't run?
ha
I never tried
o
No error there in IJ, but I’m using fresh build from 1.1.2 branch
d
I reckon that is bug on the presentation layer, compiler is fine, and when I started it was fine too
so is an error a new version, probably 4 to 3 weeks ago
o
abstract class is rejected
d
Too much magic
Maybe if Kotlin produce Java8 bytecode could work with interfaces, but then again I don't know if Kotlin interfaces are compiling into Java 8 interfaces bytecode
e.g, Scala 2.12 doesn't
o
Kotlin interfaces are Java interfaces of course, but specifically default implementations are not Java8 default methods
Huh, now I have that error. Weird, will check.
Okay, that’s a bug in Scala plugin. If it is disabled, there is no error. When it’s enabled it provides Java type info from Scala code incorrectly and Kotlin gets confused (as would be Java, I suppose)
d
it makes sense, I was working on a clean EAP