Light class test: avoid checking method visibility when NoLaziness is not specified
Allows to avoid putting NoLaziness flag on every test that mentions 'override' modifier
This commit is contained in:
+1
-3
@@ -8,6 +8,4 @@ interface Tr {
|
||||
class C: Tr {
|
||||
override fun foo() = 1
|
||||
override val v = 1
|
||||
}
|
||||
|
||||
// LAZINESS:NoLaziness
|
||||
}
|
||||
Reference in New Issue
Block a user