From fd4e262b1ff254375c4f461534e8536922d80dbd Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Mon, 12 Feb 2018 15:55:11 +0100 Subject: [PATCH] Minor: modify test for KT-22819 to unmute it on teamcity #KT-22819 Open --- .../lightClasses/ExtendingInterfaceWithDefaultImpls.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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