mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Light classes: generate ACC_STATIC for DefaultImpls classes
To provide consistency between light classes and their delegates
IdeLightClass#testExtendingInterfaceWithDefaultImpls still failing since
we do not generate implementations delegating to DefaultImpls of superinterfaces
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public interface PrivateInTrait {
|
||||
final class DefaultImpls {
|
||||
static final class DefaultImpls {
|
||||
private static java.lang.String getNn(PrivateInTrait $this) { /* compiled code */ }
|
||||
|
||||
private static void setNn(PrivateInTrait $this, java.lang.String value) { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user