Lazy light classes: fix visibility modifier in case of inherited protected visibility

This commit is contained in:
Pavel V. Talanov
2017-03-24 16:52:03 +03:00
parent a81bac0b50
commit a2511232ab
4 changed files with 21 additions and 4 deletions
@@ -6,4 +6,6 @@ interface Base {
class C : Base {
override fun foo(): Unit {}
}
}
// LAZINESS:NoLaziness