fun materialize(): R = null!! fun test_1() { myRun { val x = 1 x * 2 } } fun test_2() { myRun { materialize() } }