[light classes] support DefaultImpls in ulc
^KT-48773
This commit is contained in:
+5
-1
@@ -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
|
||||
Reference in New Issue
Block a user