mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
199 B
Java
12 lines
199 B
Java
package test;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
abstract class TraitImpl implements Trait {
|
|
{
|
|
Trait$$TImpl.simple(this);
|
|
|
|
Trait$$TImpl.generic(this, new ArrayList<String>());
|
|
}
|
|
}
|