diff --git a/compiler/testData/asJava/lightClasses/ExtendingInterfaceWithDefaultImpls.kt b/compiler/testData/asJava/lightClasses/ExtendingInterfaceWithDefaultImpls.kt index c97b33adca5..6450d565069 100644 --- a/compiler/testData/asJava/lightClasses/ExtendingInterfaceWithDefaultImpls.kt +++ b/compiler/testData/asJava/lightClasses/ExtendingInterfaceWithDefaultImpls.kt @@ -7,4 +7,8 @@ interface A { interface B: A { fun b() = "b" -} \ No newline at end of file +} + +// TODO: could be lazy +// see KT-22819 +// LAZINESS:NoLaziness \ No newline at end of file