[light classes] support DefaultImpls in ulc

^KT-48773
This commit is contained in:
Dmitry Gridin
2022-06-13 21:28:00 +02:00
committed by Space
parent 20a9314b0b
commit f42528e354
8 changed files with 245 additions and 33 deletions
@@ -1,4 +1,4 @@
// p.B
// p.C
package p
interface A {
@@ -9,6 +9,10 @@ interface B: A {
fun b() = "b"
}
interface C : B {
fun c() = "c"
}
// TODO: could be lazy
// see KT-22819
// LAZINESS:NoLaziness