Files
kotlin-fork/compiler/backend/src/org/jetbrains/kotlin/codegen
Denis Zharkov 2a156fe90c Do not check target when generating bridges with default impl
In many other places, e.g. org.jetbrains.kotlin.codegen.ClassBodyCodegen#generateDelegatesToDefaultImpl
we implicitly assume that whenever we use a default interface method
our target is 1.8

But here, we don't and it might lead to exception in org.jetbrains.kotlin.backend.common.bridges.BridgesKt#findConcreteSuperDeclaration
when actual target is 1.6 and we extend some AbstractMap implementation
with JDK8 (i.e., with @PlatformDependent getOrDefault)
2019-01-14 14:54:18 +03:00
..
2018-12-21 16:13:42 +03:00
2018-12-28 14:18:39 +03:00
2018-12-06 20:16:58 +03:00
2018-12-06 20:16:58 +03:00
2018-06-21 11:18:40 +02:00
2018-10-17 16:38:22 +03:00