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
+1 -1
View File
@@ -4,6 +4,6 @@ interface T1 {
}
class `T1$$TImpl` {
class `T1$DefaultImpls` {
}