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
@@ -1,5 +1,5 @@
interface A {
fun foo() {
"" // A\$\$TImpl
"" // A\$DefaultImpls
}
}