mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Change INTERFACE_IMPL_CLASS_NAME: $TImpl -> DefaultImpls
This commit is contained in:
@@ -4,8 +4,8 @@ import java.util.ArrayList;
|
||||
|
||||
abstract class TraitImpl implements Trait {
|
||||
{
|
||||
Trait$$TImpl.simple(this);
|
||||
Trait$DefaultImpls.simple(this);
|
||||
|
||||
Trait$$TImpl.generic(this, new ArrayList<String>());
|
||||
Trait$DefaultImpls.generic(this, new ArrayList<String>());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user