Minor. Rename constants: TRAIT_IMPL* -> DEFAULT_IMPLS*

This commit is contained in:
Denis Zharkov
2015-09-24 18:47:54 +03:00
parent 32e2a550b4
commit 27bc62bd8e
21 changed files with 38 additions and 40 deletions
@@ -51,7 +51,7 @@ public class KotlinSyntheticClassAnnotationTest extends CodegenTestCase {
public void testTraitImpl() {
doTestKotlinSyntheticClass(
"interface A { fun foo() = 42 }",
JvmAbi.TRAIT_IMPL_SUFFIX,
JvmAbi.DEFAULT_IMPLS_SUFFIX,
TRAIT_IMPL
);
}