Change INTERFACE_IMPL_CLASS_NAME: $TImpl -> DefaultImpls

This commit is contained in:
Denis Zharkov
2015-09-24 19:08:57 +03:00
parent cabf0df5d1
commit a101fffd9a
13 changed files with 20 additions and 20 deletions
@@ -107,7 +107,7 @@ public class KotlinSyntheticClassAnnotationTest extends CodegenTestCase {
public void testLocalTraitImpl() {
doTestKotlinSyntheticClass(
"fun foo() { interface Local { fun bar() = 42 } }",
"Local$$TImpl.class",
"Local$DefaultImpls.class",
LOCAL_TRAIT_IMPL
);
}