Minor: modify test for KT-22819 to unmute it on teamcity

#KT-22819 Open
This commit is contained in:
Pavel V. Talanov
2018-02-12 15:55:11 +01:00
parent 9e69c73387
commit fd4e262b1f
@@ -7,4 +7,8 @@ interface A {
interface B: A {
fun b() = "b"
}
}
// TODO: could be lazy
// see KT-22819
// LAZINESS:NoLaziness