Do not write and read KotlinInterfaceDefaultImpls

This was only used in InlineTestUtil.kt and had no effect in the condition
This commit is contained in:
Alexander Udalov
2016-01-17 23:10:46 +03:00
parent 7906ac63b5
commit e37bd4eba6
13 changed files with 11 additions and 32 deletions
-1
View File
@@ -61,7 +61,6 @@ internal annotation class Metadata(
*
* 1 Anonymous class for a lambda or a function reference
* 2 Local class or anonymous object literal
* 3 Implicit nested DefaultImpls class for an interface
*
* A value other than this (e.g. 0) or a missing value means this is a synthetic class of some other sort.
* This kind has no effect on the compiler because it doesn't read synthetic class metadata. It may be used in IDEs and tools.