Switch laziness OFF in script light classes tests

Laziness works no more in this tests after dummyContextProvider is removed
for script light classes (see fix of KT-25395).

However, now 2/2 script light classes tests still fail in IDE mode,
because after fix of KT-26505 IDE light classes do not see
ScriptTemplateWithArgs as super-class
This commit is contained in:
Mikhail Glukhikh
2018-12-25 11:33:21 +03:00
parent 2621c7fc9e
commit c0c9841e62
2 changed files with 6 additions and 2 deletions
@@ -10,4 +10,6 @@ class Bar(val a: Int) {
}
}
}
}
// LAZINESS:NoLaziness