Do not generate DefaultImpls if empty

This commit is contained in:
Yan Zhulanow
2015-10-26 16:03:58 +03:00
parent 2a28baa154
commit 3475b4796f
14 changed files with 271 additions and 64 deletions
@@ -2,7 +2,9 @@ class A {
// Kind
annotation class Annotation
enum class Enum
interface Trait
interface Trait {
fun boo() {}
}
// Modality
open class OpenStaticClass