mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Record inner class info for interface and DefaultImpls
This commit is contained in:
@@ -4,8 +4,8 @@ import java.util.ArrayList;
|
||||
|
||||
abstract class TraitImpl implements Trait {
|
||||
{
|
||||
Trait$DefaultImpls.simple(this);
|
||||
Trait.DefaultImpls.simple(this);
|
||||
|
||||
Trait$DefaultImpls.generic(this, new ArrayList<String>());
|
||||
Trait.DefaultImpls.generic(this, new ArrayList<String>());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user