FIR LC: populate DefaultImpls if an interface has default implementations

This commit is contained in:
Jinseong Jeon
2021-12-07 15:43:54 -08:00
committed by Ilya Kirillov
parent b52dc15aa7
commit f8a6ab9536
8 changed files with 79 additions and 12 deletions
@@ -7,4 +7,6 @@ interface KtInterface {
}
fun withoutBody()
}
}
// FIR_COMPARISON