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:
@@ -21,6 +21,4 @@ interface I1 {
|
||||
|
||||
interface I2 {
|
||||
fun bar() = "bar"
|
||||
}
|
||||
|
||||
// LAZINESS:NoLaziness
|
||||
}
|
||||
Reference in New Issue
Block a user